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

Last changes after merge with 3.23.47

This commit is contained in:
monty@hundin.mysql.fi
2001-12-15 06:00:01 +02:00
parent 836f1608f7
commit 4284a80049
5 changed files with 30 additions and 8 deletions

View File

@ -448,7 +448,7 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups)
#ifdef USE_REGEX
regex_init();
#endif
if (use_temp_pool && bitmap_init(&temp_pool,1024))
if (use_temp_pool && bitmap_init(&temp_pool,1024,1))
{
mysql_server_end();
return 1;