~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/index_merge1.inc

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:45:19 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425204519-lgrl7mz2r66v0jby
Blackhole.

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
DROP TABLE t1, t2;
415
415
 
416
416
#
417
 
# BUG#29740: HA_KEY_SCAN_NOT_ROR wasn't set for MEMORY engine
 
417
# BUG#29740: HA_KEY_SCAN_NOT_ROR wasn't set for HEAP engine
418
418
419
419
CREATE TABLE `t1` (
420
420
  `a` int(11) DEFAULT NULL,