mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
Test "ctype_ucs": Disable warnings if "InnoDB" is not configured ("classic" build) (bug#16730).
mysql-test/t/ctype_ucs.test:
Disable warnings if "InnoDB" is not configured ("classic" build) (bug#16730).
This commit is contained in:
parent
ffe11393c9
commit
6cc16c5019
1 changed files with 2 additions and 0 deletions
|
|
@ -422,7 +422,9 @@ drop table t1;
|
|||
#
|
||||
# Bug #14583 Bug on query using a LIKE on indexed field with ucs2_bin collation
|
||||
#
|
||||
--disable_warnings
|
||||
create table t1(f1 varchar(5) CHARACTER SET ucs2 COLLATE ucs2_bin NOT NULL) engine=InnoDB;
|
||||
--enable_warnings
|
||||
insert into t1 values('a');
|
||||
create index t1f1 on t1(f1);
|
||||
select f1 from t1 where f1 like 'a%';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue