mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed wrong counting of global Memory_used
This commit is contained in:
@ -516,6 +516,9 @@ int init_embedded_server(int argc, char **argv, char **groups)
|
||||
if (my_thread_init())
|
||||
return 1;
|
||||
|
||||
if (init_early_variables())
|
||||
return 1;
|
||||
|
||||
if (argc)
|
||||
{
|
||||
argcp= &argc;
|
||||
|
Reference in New Issue
Block a user