1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03: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:
Sergei Golubchik
2018-02-17 14:49:42 +01:00
parent f1bd02d994
commit f38ef43013
9 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,4 @@
--source include/have_partition.inc
--source suite/versioning/engines.inc
create table t (a int);