diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:34 +0000 |
commit | 3f619478f796eddbba6e39502fe941b285dd97b1 (patch) | |
tree | e2c7b5777f728320e5b5542b6213fd3591ba51e2 /mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff | |
parent | Initial commit. (diff) | |
download | mariadb-upstream.tar.xz mariadb-upstream.zip |
Adding upstream version 1:10.11.6.upstream/1%10.11.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff')
-rw-r--r-- | mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff b/mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff new file mode 100644 index 00000000..afbfc023 --- /dev/null +++ b/mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff @@ -0,0 +1,15 @@ +--- r/mysql-wsrep#33.result ++++ r/mysql-wsrep#33.reject +@@ -700,10 +700,10 @@ + COMMIT; + connection node_2; + 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"); |