MINI MINI MANI MO
# restart
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.");
RUN use test
0 rows affected
RUN create table bla (data json)
0 rows affected
1 rows affected
RUN select * from bla
data
%JSONDATA%
0 rows affected
RUN drop table bla
0 rows affected
Mysqlx.Resultset.ColumnMetaData {
type: BYTES
name: "result"
original_name: ""
table: ""
original_table: ""
schema: ""
catalog: "def"
collation: 45
fractional_digits: 31
length: 2440012
flags: 16
}
Mysqlx.Resultset.Row {
field: ">%1%!1\000"
}
Mysqlx.Resultset.FetchDone {
}
Mysqlx.Notice.Frame {
type: 3
scope: LOCAL
payload: "Mysqlx.Notice.SessionStateChanged { param: ROWS_AFFECTED\nvalue {\n type: V_UINT\n v_unsigned_int: 0\n}\n }"
}
Mysqlx.Sql.StmtExecuteOk {
}
Mysqlx.Ok {
msg: "bye!"
}
ok
SET GLOBAL mysqlx_max_allowed_packet=162000000;
Mysqlx.Ok {
msg: "bye!"
}
ok
1
1
0 rows affected
Mysqlx.Ok {
msg: "bye!"
}
ok
uninstall plugin mysqlx;
OHA YOOOO