MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/x/r/
File Upload :
Current File : //opt/mysql/mysql-test/suite/x/r/crud_insert_nodoc.result

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.");
DROP SCHEMA IF EXISTS xtest;
Warnings:
Note	1008	Can't drop database 'xtest'; database doesn't exist
CREATE SCHEMA xtest;
USE xtest;
CREATE TABLE xtable (nodoc JSON);
Got expected error: Table 'xtable' is not a document collection (code 5117)
Mysqlx.Ok {
  msg: "bye!"
}
ok
DROP SCHEMA IF EXISTS xtest;
UNINSTALL PLUGIN mysqlx;

OHA YOOOO