summaryrefslogtreecommitdiff
path: root/mysql-test/r/index_merge_innodb.result
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2005-01-17 00:18:19 +0300
committerunknown <sergefp@mysql.com>2005-01-17 00:18:19 +0300
commitabca4cd54819a102742c2455b765a5cee87e5ed0 (patch)
treede93b78186dabee5b75e9cfca5b7a7f5edd04700 /mysql-test/r/index_merge_innodb.result
parentcd1715a225931f9c531c0290271e593a1ec454f7 (diff)
downloadmariadb-git-abca4cd54819a102742c2455b765a5cee87e5ed0.tar.gz
Fixes in opt_range.cc: ROR plan choice code
* Removed unused parameters * Fixed several cost calculation errors in ror_intersect_add * Better code structure for ror_intersect_add and get_best_ror_intersect include/my_bitmap.h: Comments added mysql-test/r/index_merge_innodb.result: Test results updated mysql-test/r/index_merge_ror_cpk.result: Test results updated. mysql-test/t/index_merge_innodb.test: Drop all tables after use sql/opt_range.cc: Fixes in ROR plan choice code * Removed unused parameters * Fixed several cost calculation errors in ror_intersect_add * Better code structure for ror_intersect_add and get_best_ror_intersect
Diffstat (limited to 'mysql-test/r/index_merge_innodb.result')
-rw-r--r--mysql-test/r/index_merge_innodb.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/index_merge_innodb.result b/mysql-test/r/index_merge_innodb.result
index d1914844839..4c6be698749 100644
--- a/mysql-test/r/index_merge_innodb.result
+++ b/mysql-test/r/index_merge_innodb.result
@@ -1,4 +1,4 @@
-drop table if exists t1;
+drop table if exists t1,t2;
create table t1
(
key1 int not null,