1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
splittiln common client's parts
This commit is contained in:
hf@deer.(none)
2003-06-03 15:02:57 +05:00
parent 02d3d7e8bd
commit 9ad3c1cdca
9 changed files with 43 additions and 55 deletions

View File

@@ -183,7 +183,7 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups)
MY_INIT((char *)"mysql_embedded"); // init my_sys library & pthreads
}
if (init_common_variables("my", argc, argv, (const char **)groups))
if (init_common_variables("my", *argcp, *argvp, (const char **)groups))
{
mysql_server_end();
return 1;