1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/mysql-test/suite/ndb/t/ndb_gis.test
Guilhem Bichot 716c1bce83 WL#5197 "Move @@engine_condition_pushdown to @@optimizer_switch"
"set engine_condition_pushdown" is deprecated, engine condition pushdown is controlled
by a new "set optimizer_switch=engine_condition_pushdown=on|off".
2010-01-06 11:54:45 +01:00

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