Skip to content

Commit 879148b

Browse files
committed
Bug#25240784 - ROLES_XPLUGIN-MASTER.OPT IS NOT NEEDED
Description =========== Tests that use "-masert.opt" files to pass some extra options to MySQL Server do not need to have "--plugin-dir" option. It was moved to "suite.opt" file which is applied to every test in "X" suite. Fix === * Removed plugin directory option from per-test-case "opt" files. * Removed "opt" files which have only plugin dir option. RB:15477 Reviewed-by: Andrzej Religa <[email protected]>
1 parent 26f6867 commit 879148b

22 files changed

+0
-23
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--performance_schema_events_waits_history_long_size=400000
32
--log-bin=mysqld-bin
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--skip-ssl
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--skip-ssl

rapid/plugin/x/tests/mtr/t/connection_openssl-master.opt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--loose-mysqlx-ssl-key=$MYSQL_TEST_DIR/std_data/server-key.pem
32
--loose-mysqlx-ssl-cert=$MYSQL_TEST_DIR/std_data/server-cert.pem
43
--loose-mysqlx-ssl-ca=$MYSQL_TEST_DIR/std_data/cacert.pem
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--loose-enable-named-pipe

rapid/plugin/x/tests/mtr/t/connection_tls_version-master.opt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--loose-mysqlx-ssl-key=$MYSQL_TEST_DIR/std_data/server-key.pem
32
--loose-mysqlx-ssl-cert=$MYSQL_TEST_DIR/std_data/server-cert.pem
43
--loose-mysqlx-ssl-ca=$MYSQL_TEST_DIR/std_data/cacert.pem

rapid/plugin/x/tests/mtr/t/connection_yassl-master.opt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--loose-mysqlx-ssl-key=$MYSQL_TEST_DIR/std_data/server-key.pem
32
--loose-mysqlx-ssl-cert=$MYSQL_TEST_DIR/std_data/server-cert.pem
43
--loose-mysqlx-ssl-ca=$MYSQL_TEST_DIR/std_data/cacert.pem

rapid/plugin/x/tests/mtr/t/crud_create_view-master.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.

rapid/plugin/x/tests/mtr/t/log_encrypt_xplugin-master.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.

rapid/plugin/x/tests/mtr/t/message_protobuf_nested-master.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--thread_stack=400000
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--thread_stack=400000
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
${?PB_HOST_SPECIFIC_MYSQLD_ARGS} --thread_stack=655360
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
${?PB_HOST_SPECIFIC_MYSQLD_ARGS} --thread_stack=655360
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--performance_schema=ON
32
--performance-schema-instrument='%/mysqlx/%=COUNTED'
43
--performance_schema_events_waits_history_long_size=600000
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--performance_schema=ON
32
--performance-schema-instrument='%/mysqlx/%=COUNTED'
43
--performance_schema_events_waits_history_long_size=600000

rapid/plugin/x/tests/mtr/t/performance_schema_threads-master.opt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--loose-mysqlx-idle-worker-thread-timeout=1
32
--performance_schema=ON
43
--performance-schema-instrument='%/mysqlx/%=COUNTED'
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--loose-mysqlx-socket=

rapid/plugin/x/tests/mtr/t/roles_xplugin-master.opt

Lines changed: 0 additions & 2 deletions
This file was deleted.

rapid/plugin/x/tests/mtr/t/status_variable_errors_unknown_message_type-master.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--plugin_dir=$MYSQLXPLUGIN_DIR
21
--skip-ssl

rapid/plugin/x/tests/mtr/t/system_variable_max_allowed_packet-master.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)