summaryrefslogtreecommitdiff
path: root/mysql-test/r/heap.result
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2006-02-03 02:01:01 +0300
committerunknown <konstantin@mysql.com>2006-02-03 02:01:01 +0300
commit334da85f66e3ff2c6873542db11d62a98a9a2c53 (patch)
treef5d01223b4b01fac27c4e4005ae0200389da9b18 /mysql-test/r/heap.result
parent2fb59bd72a89fae62a15623b7b2e6ae8aea40927 (diff)
downloadmariadb-git-334da85f66e3ff2c6873542db11d62a98a9a2c53.tar.gz
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)
Diffstat (limited to 'mysql-test/r/heap.result')
-rw-r--r--mysql-test/r/heap.result1
1 files changed, 1 insertions, 0 deletions
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;