- Make testcase work for both debug and release

- Add opt_range_mrr.cc file into source repo

mysql-test/r/myisam_mrr.result:
  Make testcase work for both debug and release
mysql-test/t/myisam_mrr.test:
  Make testcase work for both debug and release
sql/Makefile.am:
  - Add opt_range_mrr.cc file into source repo
This commit is contained in:
Sergey Petrunya 2009-12-22 17:43:00 +03:00
commit 3fb65a1ac2
3 changed files with 3 additions and 2 deletions

View file

@ -103,6 +103,7 @@ drop table t0, t1;
# Check that optimizer_switch is present
--replace_regex /,table_elimination=o[nf]*//
select @@optimizer_switch;
# Check if it affects ICP