diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-10-27 08:54:06 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-10-27 08:54:37 +0300 |
commit | 4b8340d89990a8105561888059ec6e3543bed41d (patch) | |
tree | 23e119ca75403e5b50b55cebf52d399601413694 /storage | |
parent | d062b69037fd83123337d038508e55e00adbc3cd (diff) | |
download | mariadb-git-4b8340d89990a8105561888059ec6e3543bed41d.tar.gz |
Fix tests for PLUGIN_PARTITION=NO
Diffstat (limited to 'storage')
-rw-r--r-- | storage/test_sql_discovery/mysql-test/sql_discovery/simple.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/test_sql_discovery/mysql-test/sql_discovery/simple.test b/storage/test_sql_discovery/mysql-test/sql_discovery/simple.test index 90eea753a38..a8c7ef9a6bb 100644 --- a/storage/test_sql_discovery/mysql-test/sql_discovery/simple.test +++ b/storage/test_sql_discovery/mysql-test/sql_discovery/simple.test @@ -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)'; |