mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34888 Implement SEMIJOIN() and SUBQUERY() hints
This commit is contained in:
@@ -19,8 +19,8 @@ select * from information_schema.session_variables where variable_name='optimize
|
||||
#
|
||||
# show that it's writable
|
||||
#
|
||||
set global optimizer_switch=2053;
|
||||
set session optimizer_switch=1034;
|
||||
set global optimizer_switch=4101;
|
||||
set session optimizer_switch=2058;
|
||||
select @@global.optimizer_switch;
|
||||
select @@session.optimizer_switch;
|
||||
set global optimizer_switch="index_merge_sort_union=on";
|
||||
|
Reference in New Issue
Block a user