~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/type_enum.result

  • Committer: Brian Aker
  • Date: 2010-07-12 06:26:42 UTC
  • Revision ID: brian@gaz-20100712062642-6flofbshd9rfbi0c
MErge in change to do YES/NO like standard requires.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1650
1650
create table t1 (a enum(0xC3A4, '1', '2') not null default 0xC3A4);
1651
1651
show columns from t1;
1652
1652
Field   Type    Null    Default Default_is_NULL On_Update
1653
 
a       ENUM    FALSE   ä       FALSE   
 
1653
a       ENUM    NO      ä       NO      
1654
1654
show create table t1;
1655
1655
Table   Create Table
1656
1656
t1      CREATE TABLE `t1` (