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.");
RUN drop schema if exists xtest
0 rows affected
RUN create schema xtest default charset='utf8mb4'
1 rows affected
RUN use xtest
0 rows affected
RUN create table mycoll (doc JSON, _id VARBINARY(16) GENERATED ALWAYS AS (json_unquote(json_extract(doc, '$._id'))) stored PRIMARY KEY)
0 rows affected
RUN create table mytable (i int NOT NULL, ui int unsigned, vc varchar(100), f float, d double, dt datetime, ts timestamp(5), j json)
0 rows affected
RUN create table ` .'"````\\` (` .'"````\\` int);
0 rows affected
send Mysqlx.Crud.Insert {
collection {
name: " .\'\"``\\\\"
schema: "xtest"
}
data_model: TABLE
projection {
name: " .\'\"``\\\\"
alias: " .\'\"``\\\\"
}
row {
field {
type: LITERAL
literal {
type: V_SINT
v_signed_int: 1
}
}
}
}
1 rows affected
RUN drop schema if exists xtest
3 rows affected
Mysqlx.Ok {
msg: "bye!"
}
ok
uninstall plugin mysqlx;
OHA YOOOO