From 39a139193f43987df0d4875a79b94596c7354d5d Mon Sep 17 00:00:00 2001 From: "tsmith@maint2.mysql.com" <> Date: Fri, 1 Sep 2006 05:00:32 +0200 Subject: [PATCH] post-merge fix --- mysql-test/r/heap_btree.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/heap_btree.result b/mysql-test/r/heap_btree.result index c9d3db5e8e8..5b9c7f2244f 100644 --- a/mysql-test/r/heap_btree.result +++ b/mysql-test/r/heap_btree.result @@ -294,3 +294,4 @@ DROP TABLE t1; CREATE TABLE t1 (a INT, UNIQUE USING BTREE(a)) ENGINE=MEMORY; INSERT INTO t1 VALUES(NULL),(NULL); DROP TABLE t1; +End of 5.0 tests