mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Fix tests for PLUGIN_PARTITION=NO
This commit is contained in:
parent
d062b69037
commit
4b8340d899
3 changed files with 3 additions and 0 deletions
|
|
@ -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)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue