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

Various changes to get libmysqld in sync with latest sources.

This commit is contained in:
tim@threads.polyesthetic.msg
2001-06-04 18:34:04 -04:00
parent 73e6a69052
commit 15b6010316
5 changed files with 36 additions and 13 deletions

View File

@ -50,8 +50,8 @@ void free_defaults_internal(char ** argv){if (argv) free_defaults(argv);}
char mysql_data_home[FN_REFLEN];
char * get_mysql_data_home(){return mysql_data_home;};
#define mysql_data_home mysql_data_home_internal
#include "../sql/mysqld.cc"
#include "lib_vio.c"
#include "../sql/mysqld.cc"
#define SCRAMBLE_LENGTH 8
extern "C" {
@ -600,7 +600,7 @@ void embedded_srv_init(void)
}
//printf(ER(ER_READY),my_progname,server_version,"");
printf("%s initialized.\n", server_version);
//printf("%s initialized.\n", server_version);
fflush(stdout);