mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02: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:
parent
63e4dec244
commit
b63538f1f5
5 changed files with 30 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue