summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
author <Dao-Gang.Qu@sun.com>2009-09-30 10:01:52 +0800
committer <Dao-Gang.Qu@sun.com>2009-09-30 10:01:52 +0800
commit869c011218b43552ab4e43335cecda5685e04229 (patch)
treee46f05d28d235e3143d24fe449544525477f4e2e /mysql-test/std_data
parentf79b783b7ebeb9fd9d30a4740b33e76ae53815e0 (diff)
downloadmariadb-git-869c011218b43552ab4e43335cecda5685e04229.tar.gz
Bug #46998 mysqlbinlog can't output BEGIN even if the database is included in a transaction
The 'BEGIN/COMMIT/ROLLBACK' log event could be filtered out if the database is not selected by --database option of mysqlbinlog command. This can result in problem if there are some statements in the transaction are not filtered out. To fix the problem, mysqlbinlog will output 'BEGIN/ROLLBACK/COMMIT' in regardless of the database filtering rules.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r--mysql-test/std_data/binlog_transaction.000001bin0 -> 1670 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/binlog_transaction.000001 b/mysql-test/std_data/binlog_transaction.000001
new file mode 100644
index 00000000000..c1d0745d57c
--- /dev/null
+++ b/mysql-test/std_data/binlog_transaction.000001
Binary files differ