mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Last changes after merge with 3.23.47
libmysqld/lib_sql.cc: Fix for new bitmap mysql-test/r/rpl_get_lock.result: Fix results after merge mysql-test/r/rpl_skip_error.result: Fix results after merge sql/log_event.cc: Finish merge of slave.cc sql/slave.cc: Finish merge
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user