Commit 4b8340d8 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix tests for PLUGIN_PARTITION=NO

parent d062b690
#--source include/innodb_page_size.inc
--source include/have_partition.inc
# import partitioned table from table from partial backup
......
--source include/have_partition.inc
#
# Basic stored PROCEDURE tests
#
......
......@@ -29,6 +29,7 @@ show warnings;
set @@test_sql_discovery_statement='t1:create table t1 (a int primary key) partition by hash(id) partitions 2';
--error ER_SQL_DISCOVER_ERROR
select * from t1;
--replace_result 1289 1290 "The 'partitioning' feature is disabled; you need MariaDB built with '--with-plugin-partition' to have it working" "The MariaDB server is running with the --skip-partition option so it cannot execute this statement"
show warnings;
set @@test_sql_discovery_statement='t1:create table t1 (a int) union=(t3,t4)';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment