mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
cleanup: remove *.opt files from the versioning suite
use include/have_xxx.inc when some feature needs to be present (because --xxx in the opt file will fail if the xxx is not compiled in) set variables in the test, not on the command line, to avoid unnecessary server restarts (they're must slower than SET).
This commit is contained in:
parent
f1bd02d994
commit
f38ef43013
9 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
set system_versioning_alter_history=keep;
|
||||
# Check conventional partitioning on temporal tables
|
||||
create table t1 (x int)
|
||||
with system versioning
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
--system-versioning-alter-history=keep
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
-- source include/have_partition.inc
|
||||
-- source suite/versioning/common.inc
|
||||
|
||||
set system_versioning_alter_history=keep;
|
||||
--echo # Check conventional partitioning on temporal tables
|
||||
|
||||
create table t1 (x int)
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
--partition
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
--source include/have_partition.inc
|
||||
--source suite/versioning/engines.inc
|
||||
|
||||
create table t (a int);
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
--innodb --default-storage-engine=innodb
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
-- source include/have_innodb.inc
|
||||
set default_storage_engine=innodb;
|
||||
|
||||
delimiter ~~;
|
||||
create or replace procedure drop_archives (in vtmd_name varchar(64))
|
||||
begin
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
--innodb
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
-- source include/have_innodb.inc
|
||||
|
||||
delimiter ~~;
|
||||
create or replace procedure drop_archives (in vtmd_name varchar(64))
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue