~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/index_merge2.inc

  • Committer: Brian Aker
  • Date: 2011-02-04 09:29:39 UTC
  • mfrom: (2139.3.6 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2144.
  • Revision ID: brian@tangent.org-20110204092939-nlwrimamw0fxxhgl
Main bit of this patch is that Inno now just uses the identifier so we only
have one spot to make changes for paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
insert into t2 values (0),(1),(2),(3),(4),(NULL);
119
119
 
120
120
insert into t1 (key1a, key1b, key2a, key2b, key3a, key3b)
121
 
  select A.a, B.a, C.a, D.a, C.a, D.a from t2 A CROSS JOIN t2 B CROSS JOIN t2 C CROSS JOIN t2 D;
 
121
  select A.a, B.a, C.a, D.a, C.a, D.a from t2 A,t2 B,t2 C, t2 D;
122
122
insert into t1 (key1a, key1b, key2a, key2b, key3a, key3b)
123
123
  select key1a, key1b, key2a, key2b, key3a, key3b from t1;
124
124
insert into t1 (key1a, key1b, key2a, key2b, key3a, key3b)