~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/create.result

First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
bit more with the current system. Engines approve key/pair.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1481
1481
c4 VARCHAR(255) NOT NULL DEFAULT 'a',
1482
1482
c5 VARCHAR(255) COLLATE utf8_unicode_ci NULL DEFAULT 'b',
1483
1483
c6 VARCHAR(255))
1484
 
COLLATE utf8_bin;
 
1484
COLLATE=utf8_bin;
1485
1485
 
1486
1486
SHOW CREATE TABLE t1;
1487
1487
Table   Create Table