~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/ctype_like_escape.inc

  • Committer: Monty Taylor
  • Date: 2009-01-06 20:56:42 UTC
  • mto: This revision was merged to the branch mainline in revision 762.
  • Revision ID: mordred@inaugust.com-20090106205642-tbxu06becdqwbadp
Enabled ctype_utf8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Bugs: #13046:
3
3
# LIKE pattern matching using prefix index doesn't return correct result
4
4
#
5
 
select @@collation_connection;
6
5
create table t1 ROW_FORMAT=DYNAMIC select repeat('a',50) as c1 ;
7
6
insert into t1 values('abcdef');
8
7
insert into t1 values('_bcdef');