From c5c497164fbc48bcc50770ced833a07788082aaf Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 17 Feb 2005 13:52:16 +0100 Subject: post-review fixes. Now ROLLBACK is done in Format_description_log_event mysql-test/t/mix_innodb_myisam_binlog.test: fix for --ps-protocol --- mysql-test/t/user_var.test | 1 - 1 file changed, 1 deletion(-) (limited to 'mysql-test/t/user_var.test') 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). -- cgit v1.2.1