Bug #13004581 BLACKHOLE BINARY LOG WITH ROW IGNORES UPDATE AND DELETE STATEMENTS
When logging to the binary log in row, updates and deletes to a BLACKHOLE engine table are skipped. It is impossible to log binary log in row format for updates and deletes to a BLACKHOLE engine table, as no row events can be generated in these cases. After fix, generate a warning for UPDATE/DELETE statements that modify a BLACKHOLE table, as row events are not logged in row format.
Showing
sql-bench/example.bat
100644 → 100755
File mode changed from 100644 to 100755
sql-bench/pwd.bat
100644 → 100755
File mode changed from 100644 to 100755
sql-bench/uname.bat
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment