mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
15 lines
1 KiB
Text
15 lines
1 KiB
Text
--- r/galera_sst_mysqldump.result
|
|
+++ r/galera_sst_mysqldump.reject
|
|
@@ -699,10 +699,10 @@
|
|
DROP TABLE t1;
|
|
COMMIT;
|
|
connection node_1;
|
|
-CALL mtr.add_suppression("Slave SQL: Error 'The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement' on query");
|
|
+CALL mtr.add_suppression("Slave SQL: Error 'The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement' on query");
|
|
DROP USER sst;
|
|
connection node_2;
|
|
-CALL mtr.add_suppression("Slave SQL: Error 'The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement' on query");
|
|
+CALL mtr.add_suppression("Slave SQL: Error 'The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement' on query");
|
|
CALL mtr.add_suppression("InnoDB: Error: Table \"mysql\"\\.\"innodb_index_stats\" not found");
|
|
CALL mtr.add_suppression("Can't open and lock time zone table");
|
|
CALL mtr.add_suppression("Can't open and lock privilege tables");
|