~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/create_not_windows.result

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
about:text      CREATE TEMPORARY TABLE `about:text` (
10
10
  `_id` INT NOT NULL AUTO_INCREMENT,
11
11
  `about:text` VARCHAR(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
12
 
  PRIMARY KEY (`_id`)
 
12
  PRIMARY KEY (`_id`) USING BTREE
13
13
) ENGINE=MyISAM COLLATE = utf8_general_ci
14
14
drop table `about:text`;