mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
This commit is contained in:
@@ -9,15 +9,12 @@
|
||||
|
||||
--source include/have_binlog_format_row.inc
|
||||
--source include/have_partition.inc
|
||||
--source include/not_ndb_default.inc
|
||||
--source include/master-slave.inc
|
||||
connection master;
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1;
|
||||
|
||||
let $maybe_ro_var = @@BINLOG_FORMAT;
|
||||
let $val4var = ROW;
|
||||
--source include/safe_set_to_maybe_ro_var.inc
|
||||
SET @@BINLOG_FORMAT = ROW;
|
||||
|
||||
--echo **** Partition RANGE testing ****
|
||||
|
||||
|
Reference in New Issue
Block a user