Current Path : /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 : //usr/opt/mysql57/mysql-test/suite/x/r/admin_create_collection_mysqlx.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."); create schema xtest default charset 'utf8mb4'; create database xtest_1 default charset 'utf8mb4'; command ok Got expected error (code 0) command ok Got expected error (code 0) Got expected error: Table 'books1' already exists (code 1050) command ok Got expected error (code 0) Got expected error: Invalid number of arguments, expected value for 'name' (code 5015) Got expected error: Invalid number of arguments, expected value for 'schema' (code 5015) Got expected error: Invalid number of arguments, expected value for 'schema' (code 5015) Got expected error: Invalid number of arguments, expected 2 but got 3 (code 5015) Got expected error: Invalid collection name (code 5113) Got expected error: Invalid schema (code 5112) Got expected error: Incorrect table name ' ' (code 1103) Got expected error: Incorrect database name ' ' (code 1102) command ok Got expected error (code 0) command ok Got expected error (code 0) Got expected error: Invalid value for argument 'name' (code 5017) Tables_in_xtest a table name'with"bad`characters books0 books1 col lection 0 rows affected command ok Got expected error (code 0) command ok Got expected error (code 0) command ok Got expected error (code 0) Got expected error: Invalid number of arguments, expected value for 'name' (code 5015) Got expected error: Invalid number of arguments, expected value for 'schema' (code 5015) Got expected error: Invalid number of arguments, expected 2 but got 3 (code 5015) Got expected error: Invalid number of arguments, expected value for 'schema' (code 5015) Variable_name Value Mysqlx_stmt_execute_mysqlx 22 0 rows affected Mysqlx.Ok { msg: "bye!" } ok drop schema if exists xtest; drop database if exists xtest_1; uninstall plugin mysqlx;