~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/flush_block_commit.result

  • Committer: Stewart Smith
  • Date: 2009-01-12 05:43:13 UTC
  • mto: (784.1.4 for-brian)
  • mto: This revision was merged to the branch mainline in revision 785.
  • Revision ID: stewart@flamingspork.com-20090112054313-edk6kpf4l6kpz4j7
fix archive_basic for drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
10
36
36
show create database test;
37
37
Database        Create Database
38
 
test    CREATE DATABASE "test" /*!40100 DEFAULT CHARACTER SET latin1 */
 
38
test    CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER SET utf8 */
39
39
drop table t1;