~prafulla-t/drizzle/drz-fast-timer-and-time-profile-refactoring

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/test-suite-dir/embedded_innodb/tests/r/basic_create_select.result

  • Committer: Prafulla Tekawade
  • Date: 2010-08-22 06:26:33 UTC
  • mfrom: (1685.40.6 staging)
  • Revision ID: prafulla_t@users.sourceforge.net-20100822062633-rda0zeuhg6nhyyom
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
t3      CREATE TABLE `t3` (
13
13
  `d` int NOT NULL,
14
14
  PRIMARY KEY (`d`) USING BTREE
15
 
) ENGINE=DEFAULT
 
15
) ENGINE=DEFAULT COLLATE = utf8_general_ci
16
16
drop table t1, t2, t3;