1install plugin mysqlx soname "mysqlx.so";
2call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
3call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
4include/assert.inc [Mysqlx_port must match value set by MTR]
5include/assert.inc [Mysqlx_socket must match value set by MTR]
6include/assert.inc [Mysqlx_max_connections must be 1 connection, default values]
7include/assert.inc [Mysqlx_min_worker_threads must be 2 workers, default values]
8include/assert.inc [Mysqlx_idle_worker_thread_timeout must be 60 seconds, default values]
9include/assert.inc [Mysqlx_max_allowed_packet must be 1M, the default value]
10include/assert.inc [Mysqlx_connect_timeout must be 30 seconds, the default value]
11include/assert.inc [Mysqlx_ssl_key must be empty, the default value]
12include/assert.inc [Mysqlx_ssl_ca must be empty, the default value]
13include/assert.inc [Mysqlx_ssl_capath must be empty, the default value]
14include/assert.inc [Mysqlx_ssl_cert must be empty, the default value]
15include/assert.inc [Mysqlx_ssl_cipher must be empty, the default value]
16include/assert.inc [Mysqlx_ssl_crl must be empty, the default value]
17include/assert.inc [Mysqlx_ssl_crlpath must be empty, the default value]
18include/assert.inc [Mysqlx_bind_address must be "*", the default value]
19include/assert.inc [Mysqlx_port_open_timeout must be 0 seconds, the default value]
20uninstall plugin mysqlx;
21