| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/mysql-test/suite/sys_vars/r/ |
Upload File : |
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