From 50e08f3da00bbc800de7eec278ad98cf0acd0845 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 15 Sep 2021 08:55:21 +0200 Subject: remove more tablespace tests followup for 8d08971c840 --- mysql-test/main/ps_missed_cmds_bin_prot.result | 5 ----- mysql-test/main/ps_missed_cmds_bin_prot.test | 13 ------------- 2 files changed, 18 deletions(-) diff --git a/mysql-test/main/ps_missed_cmds_bin_prot.result b/mysql-test/main/ps_missed_cmds_bin_prot.result index d27159354f5..a56371565a6 100644 --- a/mysql-test/main/ps_missed_cmds_bin_prot.result +++ b/mysql-test/main/ps_missed_cmds_bin_prot.result @@ -236,9 +236,4 @@ SIGNAL SQLSTATE '45000' SET MYSQL_ERRNO=30001, MESSAGE_TEXT='Hello, world!'; ERROR 45000: Hello, world! RESIGNAL SET MESSAGE_TEXT = 'New error message'; ERROR 0K000: RESIGNAL when handler not active -# Test Test case 29: Check the statements 'CREATE/ALTER/DROP TABLEPSPACE' -# can be executed as a prepared statement -CREATE TABLESPACE ts1 ADD DATAFILE 'ts1.ibd' ENGINE=InnoDB; -ALTER TABLESPACE ts1 ADD DATAFILE 'ts1_1.ibd' ENGINE=InnoDB; -DROP TABLESPACE ts1 ENGINE=InnoDB; SET default_storage_engine= @save_storage_engine; diff --git a/mysql-test/main/ps_missed_cmds_bin_prot.test b/mysql-test/main/ps_missed_cmds_bin_prot.test index f36385cc079..f10ee9a3b55 100644 --- a/mysql-test/main/ps_missed_cmds_bin_prot.test +++ b/mysql-test/main/ps_missed_cmds_bin_prot.test @@ -251,19 +251,6 @@ SIGNAL SQLSTATE '45000' SET MYSQL_ERRNO=30001, MESSAGE_TEXT='Hello, world!'; --error ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER RESIGNAL SET MESSAGE_TEXT = 'New error message'; ---echo # Test Test case 29: Check the statements 'CREATE/ALTER/DROP TABLEPSPACE' ---echo # can be executed as a prepared statement - -# Since MariaDB supports for tablespaces only on syntax level disable warnings -# before run CREATE/ALTER/DROP TABLESPACE statements in order to exclude -# the following in result output -# Warning 1478 Table storage engine 'InnoDB' does not support the create option 'TABLESPACE ---disable_warnings - -CREATE TABLESPACE ts1 ADD DATAFILE 'ts1.ibd' ENGINE=InnoDB; -ALTER TABLESPACE ts1 ADD DATAFILE 'ts1_1.ibd' ENGINE=InnoDB; -DROP TABLESPACE ts1 ENGINE=InnoDB; - --enable_warnings SET default_storage_engine= @save_storage_engine; -- cgit v1.2.1