diff options
author | unknown <serg@serg.mylan> | 2005-02-17 13:52:16 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-02-17 13:52:16 +0100 |
commit | c5c497164fbc48bcc50770ced833a07788082aaf (patch) | |
tree | b920a7ed5633935af693da76909cc6f626123729 /mysql-test/t/user_var.test | |
parent | 98db5e571fd01f063ae56aa2492f8d01a418815a (diff) | |
download | mariadb-git-c5c497164fbc48bcc50770ced833a07788082aaf.tar.gz |
post-review fixes. Now ROLLBACK is done in Format_description_log_event
mysql-test/t/mix_innodb_myisam_binlog.test:
fix for --ps-protocol
Diffstat (limited to 'mysql-test/t/user_var.test')
-rw-r--r-- | mysql-test/t/user_var.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/user_var.test b/mysql-test/t/user_var.test index 07c38094fe1..5dc24bde21f 100644 --- a/mysql-test/t/user_var.test +++ b/mysql-test/t/user_var.test @@ -111,7 +111,6 @@ set @var1= "';aaa"; SET @var2=char(ascii('a')); insert into t1 values (@var1),(@var2); 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). |