mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
716c1bce83
"set engine_condition_pushdown" is deprecated, engine condition pushdown is controlled by a new "set optimizer_switch=engine_condition_pushdown=on|off".
5 lines
182 B
Text
5 lines
182 B
Text
--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
|