Current Path : /home/usr.opt/mysql57/mysql-test/suite/sys_vars/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/sys_vars/r/innodb_support_xa_basic.result |
SET @session_start_value = @@session.innodb_support_xa; SELECT @session_start_value; @session_start_value 1 SET @global_start_value = @@global.innodb_support_xa; SELECT @global_start_value; @global_start_value 1 '#--------------------FN_DYNVARS_046_01------------------------#' SET @@session.innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SET @@session.innodb_support_xa = DEFAULT; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@global.innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SET @@global.innodb_support_xa = DEFAULT; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 '#---------------------FN_DYNVARS_046_02-------------------------#' SET innodb_support_xa = 1; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@innodb_support_xa; @@innodb_support_xa 1 SELECT session.innodb_support_xa; ERROR 42S02: Unknown table 'session' in field list SELECT local.innodb_support_xa; ERROR 42S02: Unknown table 'local' in field list SELECT global.innodb_support_xa; ERROR 42S02: Unknown table 'global' in field list SET session innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET global innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 '#--------------------FN_DYNVARS_046_03------------------------#' SET @@session.innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@session.innodb_support_xa = 1; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@global.innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SET @@global.innodb_support_xa = 1; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 '#--------------------FN_DYNVARS_046_04-------------------------#' SET @@session.innodb_support_xa = -0.6; ERROR 42000: Incorrect argument type to variable 'innodb_support_xa' SET @@session.innodb_support_xa = 1.6; ERROR 42000: Incorrect argument type to variable 'innodb_support_xa' SET @@session.innodb_support_xa = "T"; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'T' SET @@session.innodb_support_xa = "Y"; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'Y' SET @@session.innodb_support_xa = TRÜE; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'TRÜE' SET @@session.innodb_support_xa = ÕN; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'ÕN' SET @@session.innodb_support_xa = OF; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@session.innodb_support_xa = ÓFF; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'ÓFF' SET @@global.innodb_support_xa = -1; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of '-1' SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SET @@global.innodb_support_xa = 2; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of '2' SET @@global.innodb_support_xa = "T"; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'T' SET @@global.innodb_support_xa = "Y"; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'Y' SET @@global.innodb_support_xa = TRÜE; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'TRÜE' SET @@global.innodb_support_xa = ÕN; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'ÕN' SET @@global.innodb_support_xa = OF; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SET @@global.innodb_support_xa = ÓFF; ERROR 42000: Variable 'innodb_support_xa' can't be set to the value of 'ÓFF' '#-------------------FN_DYNVARS_046_05----------------------------#' SET @@global.innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SET @@session.innodb_support_xa = 1; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@global.innodb_support_xa AS res_is_0; res_is_0 1 SET @@global.innodb_support_xa = 0; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@session.innodb_support_xa AS res_is_1; res_is_1 1 '#----------------------FN_DYNVARS_046_06------------------------#' SELECT IF(@@global.innodb_support_xa, "ON", "OFF") = VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='innodb_support_xa'; IF(@@global.innodb_support_xa, "ON", "OFF") = VARIABLE_VALUE 1 SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='innodb_support_xa'; VARIABLE_VALUE ON '#----------------------FN_DYNVARS_046_07------------------------#' SELECT IF(@@session.innodb_support_xa, "ON", "OFF") = VARIABLE_VALUE FROM INFORMATION_SCHEMA.SESSION_VARIABLES WHERE VARIABLE_NAME='innodb_support_xa'; IF(@@session.innodb_support_xa, "ON", "OFF") = VARIABLE_VALUE 1 SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.SESSION_VARIABLES WHERE VARIABLE_NAME='innodb_support_xa'; VARIABLE_VALUE ON '#---------------------FN_DYNVARS_046_08-------------------------#' SET @@session.innodb_support_xa = OFF; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@session.innodb_support_xa = ON; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@global.innodb_support_xa = OFF; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SET @@global.innodb_support_xa = ON; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 '#---------------------FN_DYNVARS_046_09----------------------#' SET @@session.innodb_support_xa = TRUE; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@session.innodb_support_xa = FALSE; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@global.innodb_support_xa = TRUE; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SET @@global.innodb_support_xa = FALSE; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. Only innodb_support_xa=ON is allowed. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1 SET @@session.innodb_support_xa = @session_start_value; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@session.innodb_support_xa; @@session.innodb_support_xa 1 SET @@global.innodb_support_xa = @global_start_value; Warnings: Warning 131 Using innodb_support_xa is deprecated and the parameter may be removed in future releases. SELECT @@global.innodb_support_xa; @@global.innodb_support_xa 1