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

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/varbinary.result

  • 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:
15
15
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
16
16
1       SIMPLE  t1      const   UNIQ    UNIQ    8       const   1       100.00  
17
17
Warnings:
18
 
Note    1003    select `test`.`t1`.`ID` AS `ID`,`test`.`t1`.`UNIQ` AS `UNIQ` from `test`.`t1` where 1
 
18
Note    1003    select '00000001' AS `ID`,'004084688022709641610' AS `UNIQ` from `test`.`t1` where 1
19
19
drop table t1;
20
20
select x'hello';
21
21
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'x'hello'' at line 1