mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Fix buildbot failure: take into account that there is no optimizer_switch flag
for table elimination in debug builds.
This commit is contained in:
parent
71a2047d6b
commit
3ffa889184
9 changed files with 36 additions and 22 deletions
|
|
@ -1,11 +1,13 @@
|
|||
#
|
||||
# Run subselect.test without semi-join optimization (test materialize)
|
||||
#
|
||||
--replace_regex /,table_elimination=on//
|
||||
show variables like 'optimizer_switch';
|
||||
set optimizer_switch='semijoin=off';
|
||||
|
||||
--source t/subselect.test
|
||||
|
||||
set optimizer_switch=default;
|
||||
--replace_regex /,table_elimination=on//
|
||||
show variables like 'optimizer_switch';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue