diff options
author | unknown <konstantin@mysql.com> | 2006-02-03 02:01:01 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2006-02-03 02:01:01 +0300 |
commit | 334da85f66e3ff2c6873542db11d62a98a9a2c53 (patch) | |
tree | f5d01223b4b01fac27c4e4005ae0200389da9b18 /mysql-test/r/heap.result | |
parent | 2fb59bd72a89fae62a15623b7b2e6ae8aea40927 (diff) | |
download | mariadb-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.result | 1 |
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; |