~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/tests/r/blitzdb-basic.result

Merging Stewart's show create table patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  `a` int DEFAULT NULL,
102
102
  `b` int DEFAULT NULL,
103
103
  `c` varchar(255) DEFAULT NULL
104
 
) ENGINE=BLITZDB
 
104
) ENGINE=BLITZDB COLLATE = utf8_general_ci
105
105
select count(*) from t2;
106
106
count(*)
107
107
8