From 334da85f66e3ff2c6873542db11d62a98a9a2c53 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Feb 2006 02:01:01 +0300 Subject: [PATCH] One more post-merge fix. mysql-test/r/heap.result: It turns out that I didn't commit one test result (it's identical to 4.1) --- mysql-test/r/heap.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/heap.result b/mysql-test/r/heap.result index fda4886f1af..3607a2e3ab5 100644 --- a/mysql-test/r/heap.result +++ b/mysql-test/r/heap.result @@ -709,6 +709,7 @@ a insert delayed into t1 values (0), (1); select * from t1 where a = 0; a +0 drop table t1; create table t1 (c char(10)) engine=memory; create table t2 (c varchar(10)) engine=memory;