mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
Fix for
BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if the returned error (0) is the same as the one on the master, whereas it shouldn't test this. Plus a new test for BUG#797.
This commit is contained in:
@ -253,4 +253,5 @@
|
||||
#define ER_CANT_USE_OPTION_HERE 1234
|
||||
#define ER_NOT_SUPPORTED_YET 1235
|
||||
#define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
|
||||
#define ER_ERROR_MESSAGES 237
|
||||
#define ER_SLAVE_IGNORED_TABLE 1237 /* only the slave SQL thread can be sent this */
|
||||
#define ER_ERROR_MESSAGES 238
|
||||
|
Reference in New Issue
Block a user