mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
Bug #20077 Cluster to only support partition by key, needs to error on others
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
--source include/have_ndb.inc
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
--disable_query_log
|
||||
set new=on;
|
||||
--enable_query_log
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
|
||||
--disable_query_log
|
||||
set new=on;
|
||||
--enable_query_log
|
||||
#
|
||||
# Partition by range, generate node group error
|
||||
#
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
#
|
||||
#-- source include/have_partition.inc
|
||||
|
||||
--disable_query_log
|
||||
set new=on;
|
||||
--enable_query_log
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
#
|
||||
#-- source include/have_partition.inc
|
||||
|
||||
--disable_query_log
|
||||
set new=on;
|
||||
--enable_query_log
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
|
||||
Reference in New Issue
Block a user