MINI MINI MANI MO

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

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.");
include/assert.inc [Mysqlx_bind_address global variablem shouldn't exist]
SET @@GLOBAL.Mysqlx_bind_address=1;
ERROR HY000: Unknown system variable 'Mysqlx_bind_address'
#
#
# X Plugin started with *
#
#
install plugin mysqlx soname "mysqlx.so";
include/assert.inc [Mysqlx_bind_address global variablem must exist]
SET @@GLOBAL.Mysqlx_bind_address=1;
ERROR HY000: Variable 'mysqlx_bind_address' is a read only variable
SET @@GLOBAL.Mysqlx_bind_address="1.0.1.0";
ERROR HY000: Variable 'mysqlx_bind_address' is a read only variable
SELECT COUNT(@@local.Mysqlx_bind_address);
ERROR HY000: Variable 'mysqlx_bind_address' is a GLOBAL variable
SELECT COUNT(@@SESSION.Mysqlx_bind_address);
ERROR HY000: Variable 'mysqlx_bind_address' is a GLOBAL variable
include/assert.inc [Mysqlx_bind_address global variable must is read-only, should hold to *]
#
#
# X Plugin started with ::
#
#
# restart: --loose-mysqlx-bind-address=::
include/assert.inc [Mysqlx_bind_address global variablem must exist]
SET @@GLOBAL.Mysqlx_bind_address=1;
ERROR HY000: Variable 'mysqlx_bind_address' is a read only variable
SET @@GLOBAL.Mysqlx_bind_address="1.0.1.0";
ERROR HY000: Variable 'mysqlx_bind_address' is a read only variable
SELECT COUNT(@@local.Mysqlx_bind_address);
ERROR HY000: Variable 'mysqlx_bind_address' is a GLOBAL variable
SELECT COUNT(@@SESSION.Mysqlx_bind_address);
ERROR HY000: Variable 'mysqlx_bind_address' is a GLOBAL variable
include/assert.inc [Mysqlx_bind_address global variable must is read-only, should hold to ::]
UNINSTALL PLUGIN `mysqlx`;

OHA YOOOO