Skip to content

Commit 50e08f3

Browse files
committed
remove more tablespace tests
followup for 8d08971
1 parent 8d08971 commit 50e08f3

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

mysql-test/main/ps_missed_cmds_bin_prot.result

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,4 @@ SIGNAL SQLSTATE '45000' SET MYSQL_ERRNO=30001, MESSAGE_TEXT='Hello, world!';
236236
ERROR 45000: Hello, world!
237237
RESIGNAL SET MESSAGE_TEXT = 'New error message';
238238
ERROR 0K000: RESIGNAL when handler not active
239-
# Test Test case 29: Check the statements 'CREATE/ALTER/DROP TABLEPSPACE'
240-
# can be executed as a prepared statement
241-
CREATE TABLESPACE ts1 ADD DATAFILE 'ts1.ibd' ENGINE=InnoDB;
242-
ALTER TABLESPACE ts1 ADD DATAFILE 'ts1_1.ibd' ENGINE=InnoDB;
243-
DROP TABLESPACE ts1 ENGINE=InnoDB;
244239
SET default_storage_engine= @save_storage_engine;

mysql-test/main/ps_missed_cmds_bin_prot.test

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -251,19 +251,6 @@ SIGNAL SQLSTATE '45000' SET MYSQL_ERRNO=30001, MESSAGE_TEXT='Hello, world!';
251251
--error ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER
252252
RESIGNAL SET MESSAGE_TEXT = 'New error message';
253253

254-
--echo # Test Test case 29: Check the statements 'CREATE/ALTER/DROP TABLEPSPACE'
255-
--echo # can be executed as a prepared statement
256-
257-
# Since MariaDB supports for tablespaces only on syntax level disable warnings
258-
# before run CREATE/ALTER/DROP TABLESPACE statements in order to exclude
259-
# the following in result output
260-
# Warning 1478 Table storage engine 'InnoDB' does not support the create option 'TABLESPACE
261-
--disable_warnings
262-
263-
CREATE TABLESPACE ts1 ADD DATAFILE 'ts1.ibd' ENGINE=InnoDB;
264-
ALTER TABLESPACE ts1 ADD DATAFILE 'ts1_1.ibd' ENGINE=InnoDB;
265-
DROP TABLESPACE ts1 ENGINE=InnoDB;
266-
267254
--enable_warnings
268255

269256
SET default_storage_engine= @save_storage_engine;

0 commit comments

Comments
 (0)