mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
More changes from optimizer_use_mrr to optimizer_switch
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
set optimizer_switch='index_condition_pushdown=off';
|
||||
set @@optimizer_use_mrr=disable;
|
||||
set optimizer_switch='index_condition_pushdown=off,mrr=off';
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
drop database if exists mysqltest;
|
||||
CREATE TABLE bug58912 (a BLOB, b TEXT, PRIMARY KEY(a(1))) ENGINE=InnoDB;
|
||||
@@ -3244,6 +3243,5 @@ Variable_name Value
|
||||
Handler_update 1
|
||||
Variable_name Value
|
||||
Handler_delete 1
|
||||
set optimizer_switch='index_condition_pushdown=default';
|
||||
set @@optimizer_use_mrr=default;
|
||||
set optimizer_switch=default;
|
||||
DROP TABLE bug58912;
|
||||
|
||||
Reference in New Issue
Block a user