~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/type_binary.test

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
create table t1 (s1 binary(2) primary key);
32
32
insert into t1 values (0x01);
33
33
insert into t1 values (0x0120);
34
 
--error 1582
 
34
--error ER_DUP_ENTRY
35
35
insert into t1 values (0x0100);
36
36
select hex(s1) from t1 order by s1;
37
37
# check index search