diff options
author | monty@mysql.com <> | 2004-07-15 04:19:07 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-07-15 04:19:07 +0300 |
commit | 5b3c418b4835c688b0859a3e82d0280cd177e52a (patch) | |
tree | e83d5aa4118851b076ed870c7e9c5fd8b5bb53ef /mysql-test/t/user_var.test | |
parent | 31fe2837f9c0579454cba635ee127536a6ac55ce (diff) | |
download | mariadb-git-5b3c418b4835c688b0859a3e82d0280cd177e52a.tar.gz |
After merge fixes
Note: The following tests fails
- fulltext (Sergei has promised to fix)
- rpl_charset (Guilhem should fix)
- rpl_timezone (Dimitray has promised to fix)
Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
Diffstat (limited to 'mysql-test/t/user_var.test')
-rw-r--r-- | mysql-test/t/user_var.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/user_var.test b/mysql-test/t/user_var.test index 601724e68c8..412003aa547 100644 --- a/mysql-test/t/user_var.test +++ b/mysql-test/t/user_var.test @@ -111,7 +111,7 @@ insert into t1 values (@var1); create table t2 (c char(30)) charset=ucs2; set @v=convert('abc' using ucs2); insert into t2 values (@v); -show binlog events from 79; +show binlog events from 95; # more important than SHOW BINLOG EVENTS, mysqlbinlog (where we # absolutely need variables names to be quoted and strings to be # escaped). |