~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/default.test

  • Committer: Brian Aker
  • Date: 2009-07-12 00:49:18 UTC
  • mfrom: (1063.9.51 brian-tmp-fix)
  • Revision ID: brian@gaz-20090712004918-chprmyj387ex6l8a
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
SHOW WARNINGS;
44
44
SELECT * from t1;
45
45
 
46
 
CREATE TABLE t2 (a varbinary(30) NOT NULL DEFAULT ' ',
 
46
CREATE TEMPORARY TABLE t2 (a varbinary(30) NOT NULL DEFAULT ' ',
47
47
                 b varbinary(1) NOT NULL DEFAULT ' ',
48
48
                 c varbinary(4) NOT NULL DEFAULT '0000',
49
49
                 d blob NULL,