~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/mysqldump-compat.result

Merged embedded-innodb-index-lookup into embedded-innodb-delete-row.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE DATABASE mysqldump_30126;
 
2
USE mysqldump_30126;
 
3
CREATE TABLE t1 (c1 int);
 
4
DROP DATABASE mysqldump_30126;