~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/binary.result

  • Committer: Brian Aker
  • Date: 2010-07-30 20:31:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1679.
  • Revision ID: brian@gaz-20100730203119-89g2ye4zwnvcacxg
First pass in encapsulating row

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
show create table t1;
92
92
Table   Create Table
93
93
t1      CREATE TABLE `t1` (
94
 
  `a` VARCHAR(1) COLLATE utf8_general_ci DEFAULT NULL
95
 
) ENGINE=DEFAULT COLLATE = utf8_general_ci
 
94
  `a` varchar(1) DEFAULT NULL
 
95
) ENGINE=DEFAULT
96
96
drop table t1;
97
97
create table t2 (a varbinary);
98
98
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near ')' at line 1