diff options
author | konstantin@mysql.com <> | 2006-02-03 02:01:01 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-02-03 02:01:01 +0300 |
commit | cb7118edcdee14b2a08bc2e37a69c8754c3d94f3 (patch) | |
tree | f5d01223b4b01fac27c4e4005ae0200389da9b18 /mysql-test/r/heap.result | |
parent | 303ad65fb2357f762d95d757af623a749a7f1e54 (diff) | |
download | mariadb-git-cb7118edcdee14b2a08bc2e37a69c8754c3d94f3.tar.gz |
One more post-merge fix.
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; |