diff options
author | Bill Qu <bill.qu@Oracle.com> | 2013-04-27 16:04:54 +0800 |
---|---|---|
committer | Bill Qu <bill.qu@Oracle.com> | 2013-04-27 16:04:54 +0800 |
commit | 975968e245994b45b11ade869e51d7db39c1707f (patch) | |
tree | ebca14ab2f0888ea1aacc5f6f0c2aa130f1b68b8 /sql-bench/pwd.bat | |
parent | 2557f2c4ca43b61c6f6653e41fc9e4bb68f7618a (diff) | |
download | mariadb-git-975968e245994b45b11ade869e51d7db39c1707f.tar.gz |
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.
Diffstat (limited to 'sql-bench/pwd.bat')
-rwxr-xr-x[-rw-r--r--] | sql-bench/pwd.bat | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/sql-bench/pwd.bat b/sql-bench/pwd.bat index 104fd349d4e..104fd349d4e 100644..100755 --- a/sql-bench/pwd.bat +++ b/sql-bench/pwd.bat |