MINI MINI MANI MO
install plugin mysqlx soname "mysqlx.so";
call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
CREATE SCHEMA xtest;
CREATE TABLE xtest.tab (c INT);
command ok
1/0
null
0 rows affected
Warnings generated:
WARNING | 1365 | Division by 0
1 rows affected
Warnings generated:
WARNING | 1264 | Out of range value for column 'c' at row 1
Verify [Status variable "Mysqlx_notice_other_sent" needs to have a value of 3]
Verify [Status variable "Mysqlx_notice_warning_sent" needs to have a value of 2]
Mysqlx.Ok {
msg: "bye!"
}
ok
DROP SCHEMA IF EXISTS xtest;
UNINSTALL PLUGIN mysqlx;
OHA YOOOO