summaryrefslogtreecommitdiff
path: root/mysql-test/t/user_var-binlog.test
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-04-04 16:34:24 -0700
committerunknown <jimw@mysql.com>2005-04-04 16:34:24 -0700
commit754874fd003c922b8f2d52e38149b153702ad040 (patch)
tree5c6a6b0abfbabe562b6a8f7e166c53db511eeb71 /mysql-test/t/user_var-binlog.test
parent4cfd77d986455d6616d5f90d3cc0d7670f50d042 (diff)
downloadmariadb-git-754874fd003c922b8f2d52e38149b153702ad040.tar.gz
Fix merge of tests that were split out of other test files
mysql-test/r/ctype_ucs_binlog.result: Update results mysql-test/r/timezone_grant.result: Update results mysql-test/r/user_var-binlog.result: Update results mysql-test/t/ctype_ucs_binlog.test: Update binlog starting position mysql-test/t/timezone_grant.test: Update error numbers mysql-test/t/user_var-binlog.test: Update binlog starting position
Diffstat (limited to 'mysql-test/t/user_var-binlog.test')
-rw-r--r--mysql-test/t/user_var-binlog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/user_var-binlog.test b/mysql-test/t/user_var-binlog.test
index 8b11ea735ad..916a7dfa47b 100644
--- a/mysql-test/t/user_var-binlog.test
+++ b/mysql-test/t/user_var-binlog.test
@@ -10,7 +10,7 @@ INSERT INTO t1 VALUES(@`a b`);
set @var1= "';aaa";
SET @var2=char(ascii('a'));
insert into t1 values (@var1),(@var2);
-show binlog events from 79;
+show binlog events from 98;
# more important than SHOW BINLOG EVENTS, mysqlbinlog (where we
# absolutely need variables names to be quoted and strings to be
# escaped).