1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Many files:

Deleted config/ac-macros/ha_berkeley.m4
  Removed more referenses to bdb
This commit is contained in:
kent@mysql.com/g4-2.local
2006-08-21 15:34:29 +02:00
parent 56443ae201
commit b329f2c3ef
15 changed files with 7 additions and 299 deletions

View File

@ -524,11 +524,7 @@ int init_embedded_server(int argc, char **argv, char **groups)
(void) thr_setconcurrency(concurrency); // 10 by default
if (
#ifdef HAVE_BERKELEY_DB
(have_berkeley_db == SHOW_OPTION_YES) ||
#endif
(flush_time && flush_time != ~(ulong) 0L))
if (flush_time && flush_time != ~(ulong) 0L)
{
pthread_t hThread;
if (pthread_create(&hThread,&connection_attrib,handle_manager,0))