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

merge with 4.1 tree

This commit is contained in:
monty@mashka.mysql.fi
2003-09-11 20:31:40 +03:00
210 changed files with 4473 additions and 3651 deletions

View File

@ -26,8 +26,8 @@
static int fake_argc= 1;
static char *fake_argv[]= {(char *)"", 0};
static const char *fake_groups[] = { "server", "embedded", 0 };
static char org_my_init_done;
char server_inited;
static my_bool org_my_init_done;
my_bool server_inited;
#if defined (__WIN__)
#include "../sql/mysqld.cpp"