mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fix binlog_encryption.binlog_incident test
This commit is contained in:
@@ -10,4 +10,4 @@ REPLACE INTO t1 VALUES (4);
|
||||
DROP TABLE t1;
|
||||
FLUSH LOGS;
|
||||
Contain RELOAD DATABASE
|
||||
0
|
||||
1
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#####################################################################################
|
||||
show binlog events in 'master-bin.000001' from <start_pos>;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 # Start_encryption 1 #
|
||||
master-bin.000001 # Gtid_list 1 # []
|
||||
master-bin.000001 # Binlog_checkpoint 1 # master-bin.000001
|
||||
master-bin.000001 # Gtid 1 # GTID 0-1-1
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
binlog_incident : MDEV-11319 - mysqlbinlog crash or failure
|
||||
encrypted_master_lost_key : MDEV-11323 - unspecified behavior for IO thread
|
||||
rpl_checksum_cache : MDEV-11486 - sporadic failure in IO thread
|
||||
|
||||
Reference in New Issue
Block a user