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 | 0424897cff5a14caf06632a3abeb691a7f40c866 (patch) | |
tree | ebca14ab2f0888ea1aacc5f6f0c2aa130f1b68b8 /sql-bench | |
parent | 9eb9624fa8bae6e83bd7a49fd53de8f47025dc52 (diff) | |
download | mariadb-git-0424897cff5a14caf06632a3abeb691a7f40c866.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')
-rwxr-xr-x[-rw-r--r--] | sql-bench/example.bat | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | sql-bench/pwd.bat | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | sql-bench/uname.bat | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/sql-bench/example.bat b/sql-bench/example.bat index 5bc1b458008..5bc1b458008 100644..100755 --- a/sql-bench/example.bat +++ b/sql-bench/example.bat 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 diff --git a/sql-bench/uname.bat b/sql-bench/uname.bat index dd9fe012a3d..dd9fe012a3d 100644..100755 --- a/sql-bench/uname.bat +++ b/sql-bench/uname.bat |