~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create.test

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:
1243
1243
  c4 VARCHAR(255) NOT NULL DEFAULT 'a',
1244
1244
  c5 VARCHAR(255) COLLATE utf8_unicode_ci NULL DEFAULT 'b',
1245
1245
  c6 VARCHAR(255))
1246
 
  COLLATE utf8_bin;
 
1246
  COLLATE=utf8_bin;
1247
1247
 
1248
1248
--echo
1249
1249