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/status_variable_notices.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; CREATE TABLE xtest.tab (c INT); command ok 1/0 null 0 rows affected Warnings generated: WARNING | 1365 | Division by 0 1 rows affected Warnings generated: WARNING | 1264 | Out of range value for column 'c' at row 1 Verify [Status variable "Mysqlx_notice_other_sent" needs to have a value of 3] Verify [Status variable "Mysqlx_notice_warning_sent" needs to have a value of 2] Mysqlx.Ok { msg: "bye!" } ok DROP SCHEMA IF EXISTS xtest; UNINSTALL PLUGIN mysqlx;