Commit 299297d4 authored by bar@mysql.com's avatar bar@mysql.com

ctype_utf8.test, ctype_utf8.result:

  Wrong handler.
parent e8278396
...@@ -784,7 +784,7 @@ create table t1 ( ...@@ -784,7 +784,7 @@ create table t1 (
a int primary key, a int primary key,
b varchar(6), b varchar(6),
index b3(b(3)) index b3(b(3))
) engine=myisam character set=utf8; ) engine=innodb character set=utf8;
insert into t1 values(1,'foo'),(2,'foobar'); insert into t1 values(1,'foo'),(2,'foobar');
select * from t1 where b like 'foob%'; select * from t1 where b like 'foob%';
a b a b
......
...@@ -630,7 +630,7 @@ create table t1 ( ...@@ -630,7 +630,7 @@ create table t1 (
a int primary key, a int primary key,
b varchar(6), b varchar(6),
index b3(b(3)) index b3(b(3))
) engine=myisam character set=utf8; ) engine=innodb character set=utf8;
--enable_warnings --enable_warnings
insert into t1 values(1,'foo'),(2,'foobar'); insert into t1 values(1,'foo'),(2,'foobar');
select * from t1 where b like 'foob%'; select * from t1 where b like 'foob%';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment