~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/index_merge1.inc

  • Committer: Jay Pipes
  • Date: 2009-09-15 21:01:42 UTC
  • mto: (1126.2.5 merge)
  • mto: This revision was merged to the branch mainline in revision 1128.
  • Revision ID: jpipes@serialcoder-20090915210142-x8mwiqn1q0vzjspp
Moves Alter_info out into its own header and source file, cleans up some related include mess in sql_lex.h, and renames Alter_info to AlterInfo.

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,