mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Multigroup record write fixed.
Memory leak fixed. Some other small cahnges. mysql-test/include/wait_until_connected_again.inc: increased time for recovery (to be able use with --debug) mysql-test/r/maria-recovery.result: Result fixed. storage/maria/ma_loghandler.c: Multigroup record write fixed. Function for skipping to the next page while filling buffer with unlocked handler added. Removed possible memory leaks. More debug. storage/maria/ma_recovery.c: Memory leak fixed.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# You should have done --enable_reconnect first
|
||||
--disable_result_log
|
||||
--disable_query_log
|
||||
let $counter= 500;
|
||||
let $counter= 5000;
|
||||
let $mysql_errno= 1;
|
||||
while ($mysql_errno)
|
||||
{
|
||||
|
Reference in New Issue
Block a user