mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
"set engine_condition_pushdown" is deprecated, engine condition pushdown is controlled by a new "set optimizer_switch=engine_condition_pushdown=on|off".
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
--source include/have_ndb.inc
|
|
SET storage_engine=ndbcluster;
|
|
--source include/gis_generic.inc
|
|
set optimizer_switch = "engine_condition_pushdown=on";
|
|
--source include/gis_generic.inc
|