mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
Bug#17728 tests that fails are: ndb_gis rpl_ndb_multi_update2
- Run ndb_gis only if we have binlog_format_row mysql-test/t/ndb_gis.test: Run ndb_gis only if we have binlog_format_row
This commit is contained in:
parent
4c3b3eae6a
commit
fc46a9842a
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue