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

After merge fixes

This commit is contained in:
monty@mysql.com
2004-05-27 02:50:42 +03:00
parent c1d7d8e27e
commit 272c3a2669
3 changed files with 10 additions and 10 deletions

View File

@ -85,15 +85,6 @@ static void end_server(MYSQL *mysql)
}
static MYSQL_PARAMETERS mysql_internal_parameters=
{&max_allowed_packet, &net_buffer_length};
MYSQL_PARAMETERS *STDCALL mysql_get_parameters()
{
return &mysql_internal_parameters;
}
static int mysql_init_charset(MYSQL *mysql)
{
char charset_name_buff[16], *charset_name;