From d5fcf4c978ee0a8c4c6cc926ff02ab9d944f12b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 15:17:37 +0200 Subject: Rename DB_ID_MYSQL to DATABASE_MYSQL --- libcommon/common/common.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcommon/common/common.cxx') diff --git a/libcommon/common/common.cxx b/libcommon/common/common.cxx index 730b8ce..a2a2e64 100644 --- a/libcommon/common/common.cxx +++ b/libcommon/common/common.cxx @@ -10,7 +10,7 @@ # include #endif -#if defined(DB_ID_MYSQL) +#if defined(DATABASE_MYSQL) # include # include #else @@ -30,14 +30,14 @@ create_database (int& argc, char* argv[], size_t max_connections) cerr << "Usage: " << argv[0] << " [options]" << endl << "Options:" << endl; -#if defined(DB_ID_MYSQL) +#if defined(DATABASE_MYSQL) mysql::database::print_usage (cerr); #endif exit (0); } -#if defined(DB_ID_MYSQL) +#if defined(DATABASE_MYSQL) auto_ptr f; if (max_connections != 0) -- cgit v1.1