~mdcallag/+junk/5.1-map

« back to all changes in this revision

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

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

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