mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-12105 MySQL 5.7 and MariaDB 10.2 error codes are out of sync
This commit is contained in:
parent
bf40e8069c
commit
98a5ee9d75
1 changed files with 3 additions and 0 deletions
|
@ -7151,6 +7151,9 @@ skip-to-error-number 2000
|
|||
# MySQL 5.7 error numbers starts here
|
||||
skip-to-error-number 3000
|
||||
|
||||
ER_FILE_CORRUPT
|
||||
eng "File %s is corrupted"
|
||||
|
||||
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'"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue