mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Complete test for status slave_skipped_errors
This commit is contained in:
@@ -104,6 +104,9 @@ DELETE FROM t2 WHERE id = 5;
|
||||
SET SQL_LOG_BIN=1;
|
||||
UPDATE t2 SET id= id + 3, data = 2;
|
||||
|
||||
show global status like 'slave_skipped_errors';
|
||||
Variable_name Value
|
||||
Slave_skipped_errors 5
|
||||
**** We cannot execute a select as there are differences in the
|
||||
**** behavior between STMT and RBR.
|
||||
==== Clean Up ====
|
||||
|
Reference in New Issue
Block a user