~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/pbxt/binary.result

  • Committer: lbieber
  • Date: 2010-09-22 13:48:54 UTC
  • mfrom: (1784.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922134854-y7mae2taqhn73vsx
Merge Paul M. - latest changes from PBXT 1.0.11-7
Merge Paul M. - fix bug 641038 - pbxt rollback not working (tables reported as non-transactional)
Merge Andrew - fix show stoppers for new drizzledump

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) DEFAULT NULL
95
 
) ENGINE=DEFAULT
 
94
  `a` VARCHAR(1) COLLATE utf8_general_ci DEFAULT NULL
 
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