mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix more failures in buildbot.
Server shutdown timeout of 10 seconds in test cases is too little for heavily loaded test servers. Fix innodb_bug12902967 to not fail with wrong error log output if we have warnings about too few AIO handles for InnoDB. Fix typo which could lead to unnecessarily replacing GTID event with dummy event.
This commit is contained in:
@@ -6100,7 +6100,7 @@ Gtid_log_event::make_compatible_event(String *packet, bool *need_dummy_event,
|
||||
flags2= (*packet)[ev_offset + LOG_EVENT_HEADER_LEN + 12];
|
||||
if (flags2 & FL_STANDALONE)
|
||||
{
|
||||
if (need_dummy_event)
|
||||
if (*need_dummy_event)
|
||||
return Query_log_event::dummy_event(packet, ev_offset, checksum_alg);
|
||||
else
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user