This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-18 13:02:28 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
20ce55753f
mariadb
/
mysql-test
/
t
/
rpl_error_ignored_table-slave.opt
2 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
Fix for BUG#2983 "If statement was killed on master, slave errors despite replicate-wild-ignore-t" We introduce a new function mysql_test_parse_for_slave(). If the slave sees that the query got a really bad error on master (killed e.g.), then it calls this function to know if this query can be ignored because of replicate-*-table rules (do not worry about replicate-*-db rules: they are checked so early that they have no bug). If the answer is yes, it skips the query and continues. If it's no, then it stops and say "fix your slave data manually" (like it did before this change).
2004-03-11 17:38:19 +01:00
--replicate-ignore-table=test.t1 --replicate-ignore-table=test.t2 --replicate-ignore-table=test.t3
Reference in a new issue
Copy permalink