blob: 2281cc51cd45965b8d3e2b63e985c93e740c5d59 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Requires row logging because warnings produced when creating
# the tables in "gis_generic" with no PK and BLOB's differ
--source include/have_binlog_format_row.inc
--source include/have_ndb.inc
SET storage_engine=ndbcluster;
--source include/gis_generic.inc
set engine_condition_pushdown = on;
--source include/gis_generic.inc
|