Commit 98a5ee9d authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-12105 MySQL 5.7 and MariaDB 10.2 error codes are out of sync

parent bf40e806
...@@ -7151,6 +7151,9 @@ skip-to-error-number 2000 ...@@ -7151,6 +7151,9 @@ skip-to-error-number 2000
# MySQL 5.7 error numbers starts here # MySQL 5.7 error numbers starts here
skip-to-error-number 3000 skip-to-error-number 3000
ER_FILE_CORRUPT
eng "File %s is corrupted"
ER_ERROR_ON_MASTER ER_ERROR_ON_MASTER
eng "Query partially completed on the master (error on master: %d) and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;. Query:'%s'" eng "Query partially completed on the master (error on master: %d) and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;. Query:'%s'"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment