GIF89a; Mini Shell

Mini Shell

Direktori : /usr/share/mysql-test/suite/sys_vars/r/
Upload File :
Current File : //usr/share/mysql-test/suite/sys_vars/r/binlogging_impossible_mode_basic.result

SELECT @@GLOBAL.binlogging_impossible_mode;
@@GLOBAL.binlogging_impossible_mode
IGNORE_ERROR
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
IGNORE_ERROR Expected
SELECT @@SESSION.binlogging_impossible_mode;
ERROR HY000: Variable 'binlogging_impossible_mode' is a GLOBAL variable
SET @start_value= @@global.binlogging_impossible_mode;
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
SHOW GLOBAL VARIABLES LIKE 'binlogging_impossible_mode';
Variable_name	Value
binlogging_impossible_mode	IGNORE_ERROR
SET @@GLOBAL.binlogging_impossible_mode=IGNORE_ERROR;
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
SELECT @@GLOBAL.binlogging_impossible_mode;
@@GLOBAL.binlogging_impossible_mode
IGNORE_ERROR
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
IGNORE_ERROR Expected
SET @@GLOBAL.binlogging_impossible_mode=ABORT_SERVER;
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
SELECT @@GLOBAL.binlogging_impossible_mode;
@@GLOBAL.binlogging_impossible_mode
ABORT_SERVER
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
ABORT_SERVER Expected
SELECT @@GLOBAL.binlogging_impossible_mode = VARIABLE_VALUE
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='binlogging_impossible_mode';
@@GLOBAL.binlogging_impossible_mode = VARIABLE_VALUE
1
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
1 Expected
SELECT COUNT(@@GLOBAL.binlogging_impossible_mode);
COUNT(@@GLOBAL.binlogging_impossible_mode)
1
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
1 Expected
SELECT COUNT(VARIABLE_VALUE)
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='binlogging_impossible_mode';
COUNT(VARIABLE_VALUE)
1
1 Expected
SELECT COUNT(@@binlogging_impossible_mode);
COUNT(@@binlogging_impossible_mode)
1
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
1 Expected
SELECT COUNT(@@GLOBAL.binlogging_impossible_mode);
COUNT(@@GLOBAL.binlogging_impossible_mode)
1
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead
1 Expected
SET @@global.binlogging_impossible_mode= @start_value;
Warnings:
Warning	1287	'@@binlogging_impossible_mode' is deprecated and will be removed in a future release. Please use '@@binlog_error_action' instead

./BlackJoker Mini Shell 1.0