summaryrefslogtreecommitdiff
path: root/mysql-test/t/user_var.test
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-02-09 20:04:28 +0100
committerserg@serg.mylan <>2005-02-09 20:04:28 +0100
commitdb13afd89db4a415e2a77b0c200a1391ea2f03fe (patch)
treee67ca6abbf7a9ea5ce41fb7435ffae76dbde21c8 /mysql-test/t/user_var.test
parentfb78bfebe4ee10e793b3971acb4a92d7e63fc6e3 (diff)
downloadmariadb-git-db13afd89db4a415e2a77b0c200a1391ea2f03fe.tar.gz
auto-ROLLBACK if binlog was not closed properly
auto-commit on Xid_log_event
Diffstat (limited to 'mysql-test/t/user_var.test')
-rw-r--r--mysql-test/t/user_var.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/user_var.test b/mysql-test/t/user_var.test
index ee61cd10c3c..ffaafaaff25 100644
--- a/mysql-test/t/user_var.test
+++ b/mysql-test/t/user_var.test
@@ -110,6 +110,7 @@ INSERT INTO t1 VALUES(@`a b`);
set @var1= "';aaa";
insert into t1 values (@var1);
show binlog events from 96;
+flush logs;
# more important than SHOW BINLOG EVENTS, mysqlbinlog (where we
# absolutely need variables names to be quoted and strings to be
# escaped).