Commit a9c4379c authored by monty@mysql.com's avatar monty@mysql.com

Fixed bug from last push

parent e3111b31
...@@ -39,7 +39,7 @@ extern void _db_pargs_(uint _line_,const char *keyword); ...@@ -39,7 +39,7 @@ extern void _db_pargs_(uint _line_,const char *keyword);
extern void _db_doprnt_ _VARARGS((const char *format,...)); extern void _db_doprnt_ _VARARGS((const char *format,...));
extern void _db_dump_(uint _line_,const char *keyword,const char *memory, extern void _db_dump_(uint _line_,const char *keyword,const char *memory,
uint length); uint length);
extern void _db_output_(void); extern void _db_output_(uint flag);
extern void _db_lock_file(void); extern void _db_lock_file(void);
extern void _db_unlock_file(void); extern void _db_unlock_file(void);
......
...@@ -39,11 +39,7 @@ ...@@ -39,11 +39,7 @@
#else #else
#define OPT_INNODB_DEFAULT 0 #define OPT_INNODB_DEFAULT 0
#endif #endif
#ifdef HAVE_BERKLEY_DB
#define OPT_BDB_DEFAULT 1
#else
#define OPT_BDB_DEFAULT 0 #define OPT_BDB_DEFAULT 0
#endif
#ifdef HAVE_NDBCLUSTER_DB #ifdef HAVE_NDBCLUSTER_DB
#define OPT_NDBCLUSTER_DEFAULT 0 #define OPT_NDBCLUSTER_DEFAULT 0
#if defined(NOT_ENOUGH_TESTED) \ #if defined(NOT_ENOUGH_TESTED) \
...@@ -294,7 +290,7 @@ static I_List<THD> thread_cache; ...@@ -294,7 +290,7 @@ static I_List<THD> thread_cache;
static pthread_cond_t COND_thread_cache, COND_flush_thread_cache; static pthread_cond_t COND_thread_cache, COND_flush_thread_cache;
#ifdef HAVE_BERKLEY_DB #ifdef HAVE_BERKELEY_DB
static my_bool opt_sync_bdb_logs; static my_bool opt_sync_bdb_logs;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment