mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
- 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:
parent
19c8976d85
commit
3fb65a1ac2
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue