mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
Test cleanup related to MDEV-12501
* Removing unnecessary --plugin-maturity=unknown definitions from tests
This commit is contained in:
parent
4ef86e36e8
commit
d91d1c8dbc
13 changed files with 2 additions and 13 deletions
|
@ -1 +1 @@
|
|||
--plugin-load-add=$AUTH_TEST_PLUGIN_SO --plugin-maturity=unknown
|
||||
--plugin-load-add=$AUTH_TEST_PLUGIN_SO
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
--plugin-load-add=$EXAMPLE_KEY_MANAGEMENT_SO
|
||||
--loose-example-key-management
|
||||
--plugin-maturity=unknown
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
[mysqld]
|
||||
wsrep-on=1
|
||||
binlog-format=row
|
||||
plugin-maturity=unknown
|
||||
innodb-autoinc-lock-mode=2
|
||||
default-storage-engine=innodb
|
||||
wsrep-provider=@ENV.WSREP_PROVIDER
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
--plugin-maturity=unknown
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
[mysqld]
|
||||
binlog-format=row
|
||||
plugin-maturity=unknown
|
||||
innodb-autoinc-lock-mode=2
|
||||
default-storage-engine=innodb
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
--plugin-maturity=unknown
|
|
@ -1 +0,0 @@
|
|||
--plugin-maturity=unknown
|
|
@ -1,2 +1 @@
|
|||
--plugin-load=$HA_ROCKSDB_SO --default-storage-engine=rocksdb
|
||||
--plugin-maturity=unknown
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
--plugin-maturity=unknown
|
|
@ -1 +1 @@
|
|||
--ignore-db-dirs=.rocksdb --plugin-load=$HA_ROCKSDB_SO --default-storage-engine=rocksdb --plugin-maturity=unknown
|
||||
--ignore-db-dirs=.rocksdb --plugin-load=$HA_ROCKSDB_SO --default-storage-engine=rocksdb
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
--plugin-maturity=unknown
|
|
@ -1,2 +1 @@
|
|||
--ignore-db-dirs=#rocksdb --plugin-load=$HA_ROCKSDB_SO
|
||||
--plugin-maturity=unknown
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
--ignore-db-dirs=#rocksdb --plugin-load=$HA_ROCKSDB_SO --binlog_format=ROW --collation-server=latin1_bin --loose-rocksdb_flush_log_at_trx_commit=0
|
||||
--plugin-maturity=unknown
|
||||
|
|
Loading…
Add table
Reference in a new issue