1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix to make Windows compilation smoother

This commit is contained in:
hf@deer.(none)
2004-05-26 21:40:27 +05:00
parent 9a5dafba83
commit 78f58ff384
13 changed files with 65 additions and 43 deletions

View File

@ -121,6 +121,14 @@ void STDCALL mysql_server_end()
mysql_client_init= org_my_init_done= 0;
}
static MYSQL_PARAMETERS mysql_internal_parameters=
{&max_allowed_packet, &net_buffer_length};
MYSQL_PARAMETERS *STDCALL mysql_get_parameters()
{
return &mysql_internal_parameters;
}
my_bool STDCALL mysql_thread_init()
{
#ifdef THREAD

View File

@ -59,7 +59,6 @@ EXPORTS
is_prefix
list_add
list_delete
max_allowed_packet
my_casecmp
my_init
my_end
@ -70,7 +69,6 @@ EXPORTS
my_realloc
mysql_thread_end
mysql_thread_init
net_buffer_length
set_dynamic
strcend
strdup_root
@ -111,19 +109,4 @@ EXPORTS
load_defaults
free_defaults
my_path
mysql_get_parameters