~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/binary.result

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
Table   Create Table
93
93
t1      CREATE TABLE `t1` (
94
94
  `a` varchar(1) DEFAULT NULL
95
 
) ENGINE=DEFAULT
 
95
) ENGINE=DEFAULT COLLATE = utf8_general_ci
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