~linuxjedi/drizzle/drizzle-bug-634374-embedded-innodb

« back to all changes in this revision

Viewing changes to tests/t/varbinary.test

  • Committer: lbieber
  • Date: 2010-08-27 21:33:08 UTC
  • mfrom: (1733.2.1 staging)
  • Revision ID: lbieber@orisndriz03-20100827213308-amx6ld6by21sba7s
Merge Shrews - bug 599582
Merge Lee - use enum values instead of error numbers in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#
24
24
# Test error conditions
25
25
#
26
 
--error 1064
 
26
--error ER_PARSE_ERROR
27
27
select x'hello';
28
 
--error 1054
 
28
--error ER_BAD_FIELD_ERROR
29
29
select 0xfg;
30
30
 
31
31
#