set@@test_sql_discovery_statement='t1:create table t1 (a int primary key) partition by hash(id) partitions 2';
--errorER_SQL_DISCOVER_ERROR
select*fromt1;
--replace_result12891290"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"
showwarnings;
set@@test_sql_discovery_statement='t1:create table t1 (a int) union=(t3,t4)';