diff options
author | unknown <sergefp@mysql.com> | 2003-12-18 06:08:00 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2003-12-18 06:08:00 +0300 |
commit | 7dbdedcb72afa53f8c2d619e32376a1897bc257b (patch) | |
tree | e88bcd81a11ac086bf267b0856389876bb760587 /mysql-test/r/index_merge.result | |
parent | 211bc24063e41543d3adb53ed5c6a7e555f9ee33 (diff) | |
download | mariadb-git-7dbdedcb72afa53f8c2d619e32376a1897bc257b.tar.gz |
Precise read time estimates for index_merge/Unique
Diffstat (limited to 'mysql-test/r/index_merge.result')
-rw-r--r-- | mysql-test/r/index_merge.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/index_merge.result b/mysql-test/r/index_merge.result index 2abdcf202d9..97d46bf39ea 100644 --- a/mysql-test/r/index_merge.result +++ b/mysql-test/r/index_merge.result @@ -1,4 +1,4 @@ -drop table if exists t0, t1, t2, t3; +drop table if exists t0, t1, t2, t3,t4; create table t0 ( key1 int not null, |