mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
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.
This commit is contained in:
parent
2557f2c4ca
commit
975968e245
5 changed files with 40 additions and 0 deletions
0
sql-bench/pwd.bat
Normal file → Executable file
0
sql-bench/pwd.bat
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue