Browse Source
MDEV-22189: Change error messages inside code to have mariadb instead of
MDEV-22189: Change error messages inside code to have mariadb instead of
mysql Fix: Changed error messages, rerecorded results and changed other relevant files.bb-10.6-wlad-MDEV-22010
69 changed files with 211 additions and 120 deletions
-
2client/mysql_plugin.c
-
8client/mysqladmin.cc
-
2client/mysqlbinlog.cc
-
14debian/additions/innotop/innotop
-
8extra/mariabackup/backup_mysql.cc
-
2extra/mariabackup/xtrabackup.cc
-
2extra/resolve_stack_dump.c
-
4mysql-test/include/mtr_warnings.sql
-
2mysql-test/lib/mtr_stress.pl
-
2mysql-test/lib/v1/mtr_stress.pl
-
2mysql-test/main/grant4.result
-
2mysql-test/main/grant4.test
-
2mysql-test/main/myisam.result
-
2mysql-test/main/myisam.test
-
2mysql-test/main/myisam_crash_before_flush_keys.result
-
2mysql-test/main/myisam_crash_before_flush_keys.test
-
2mysql-test/main/myisam_recover.result
-
2mysql-test/main/myisam_recover.test
-
4mysql-test/main/partition_innodb.test
-
2mysql-test/mysql-test-run.pl
-
2mysql-test/suite/binlog/include/binlog_index.inc
-
2mysql-test/suite/binlog/r/binlog_index.result
-
2mysql-test/suite/binlog_encryption/binlog_index.result
-
2mysql-test/suite/engines/funcs/r/rpl_server_id1.result
-
4mysql-test/suite/galera/include/galera_sst_restore.inc
-
19mysql-test/suite/galera/r/galera_ist_mysqldump,debug.rdiff
-
15mysql-test/suite/galera/r/galera_ist_mysqldump,release.rdiff
-
19mysql-test/suite/galera/r/galera_sst_mysqldump,debug.rdiff
-
15mysql-test/suite/galera/r/galera_sst_mysqldump,release.rdiff
-
19mysql-test/suite/galera/r/galera_sst_mysqldump_with_key,debug.rdiff
-
15mysql-test/suite/galera/r/galera_sst_mysqldump_with_key,release.rdiff
-
16mysql-test/suite/galera/r/mysql-wsrep#33,debug.rdiff
-
15mysql-test/suite/galera/r/mysql-wsrep#33,release.rdiff
-
4mysql-test/suite/galera_3nodes/r/galera_ipv6_mysqldump.result
-
4mysql-test/suite/galera_sr/r/galera_sr_mysqldump_sst.result
-
2mysql-test/suite/innodb/r/innodb-table-online.result
-
2mysql-test/suite/innodb/r/sp_temp_table.result
-
2mysql-test/suite/innodb/t/innodb-table-online.test
-
2mysql-test/suite/innodb/t/sp_temp_table.test
-
2mysql-test/suite/innodb_gis/r/alter_spatial_index.result
-
2mysql-test/suite/innodb_gis/t/alter_spatial_index.test
-
2mysql-test/suite/parts/r/debug_innodb_crash.result
-
2mysql-test/suite/parts/r/debug_innodb_fail.result
-
2mysql-test/suite/parts/r/partition_debug_innodb.result
-
2mysql-test/suite/parts/t/debug_innodb_crash.test
-
2mysql-test/suite/parts/t/debug_innodb_fail.test
-
2mysql-test/suite/parts/t/partition_debug_innodb.test
-
2mysql-test/suite/parts/t/partition_repair_myisam.test
-
2mysql-test/suite/plugins/t/processlist.test
-
2mysql-test/suite/rpl/r/rpl_binlog_corruption.result
-
3mysql-test/suite/rpl/r/rpl_get_master_version_and_clock.result
-
2mysql-test/suite/rpl/r/rpl_server_id1.result
-
3mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test
-
2mysql-test/suite/storage_engine/repair_table.inc
-
10sql/slave.cc
-
2sql/sql_show.cc
-
2storage/connect/myconn.cpp
-
4storage/innobase/dict/dict0crea.cc
-
2storage/innobase/fil/fil0fil.cc
-
4storage/innobase/include/fil0fil.h
-
8storage/innobase/os/os0file.cc
-
8storage/innobase/row/row0mysql.cc
-
2storage/innobase/row/row0sel.cc
-
2storage/innobase/srv/srv0start.cc
-
2storage/innobase/ut/ut0dbg.cc
-
4storage/rocksdb/ha_rocksdb.cc
-
14storage/rocksdb/mysql-test/rocksdb_stress/t/load_generator.py
-
2storage/spider/spd_err.h
-
4tests/mysql_client_test.c
@ -0,0 +1,15 @@ |
|||
--- r/galera_ist_mysqldump.result |
|||
+++ r/galera_ist_mysqldump.reject |
|||
@@ -355,10 +355,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"); |
@ -0,0 +1,15 @@ |
|||
--- 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"); |
@ -0,0 +1,15 @@ |
|||
--- r/galera_sst_mysqldump_with_key.result |
|||
+++ r/galera_sst_mysqldump_with_key.reject |
|||
@@ -359,10 +359,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"); |
@ -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"); |
Write
Preview
Loading…
Cancel
Save
Reference in new issue