Browse Source

After merge fix

pull/374/head
unknown 19 years ago
parent
commit
660cb2fdea
  1. 2
      mysql-test/t/heap_btree.test

2
mysql-test/t/heap_btree.test

@ -235,3 +235,5 @@ CREATE TABLE t1 (a INT, UNIQUE USING BTREE(a)) ENGINE=MEMORY;
INSERT INTO t1 VALUES(NULL),(NULL);
DROP TABLE t1;
--echo End of 5.0 tests
Loading…
Cancel
Save