~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/index_merge_myisam.result

  • Committer: Brian Aker
  • Date: 2009-01-17 17:08:25 UTC
  • Revision ID: brian@gir-3.local-20090117170825-l7vo00mje6uk5cg0
Test case fixes + TABLE_CACHE to class (will rename in manner which is NOT
YELLING CASE UP).

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
index i1(key1a, key1b),
344
344
index i2(key2a, key2b),
345
345
index i3(key3a, key3b)
346
 
);
 
346
) ENGINE=myisam;
347
347
create table t2 (a int);
348
348
insert into t2 values (0),(1),(2),(3),(4),(NULL);
349
349
insert into t1 (key1a, key1b, key2a, key2b, key3a, key3b)