Current Path : /home/usr.opt/mysql57/mysql-test/suite/x/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/x/r/crud_insert_args.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; CREATE TABLE xtest.xtable (value FLOAT); Got expected error: Invalid value of placeholder (code 5154) 2 rows affected Records: 2 Duplicates: 0 Warnings: 0 2 rows affected Records: 2 Duplicates: 0 Warnings: 0 1 rows affected Mysqlx.Ok { msg: "bye!" } ok SELECT * FROM xtest.xtable; value 23.1 34.2 56.3 45.4 67.5 DROP SCHEMA IF EXISTS xtest; UNINSTALL PLUGIN mysqlx;