@@ -18,54 +18,54 @@ logging to syseventlog
1818logging to syseventlog
1919SET @start_value= @@global.log_syslog;
2020Warnings:
21- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
21+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
2222SET @@global.log_syslog= DEFAULT;
2323Warnings:
24- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
24+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
2525SELECT @@global.log_syslog;
2626@@global.log_syslog
27271
2828Warnings:
29- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
29+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
3030SET @@global.log_syslog= 0;
3131Warnings:
32- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
32+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
3333SELECT @@global.log_syslog;
3434@@global.log_syslog
35350
3636Warnings:
37- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
37+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
3838SET @@global.log_syslog= 1;
3939Warnings:
40- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
40+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
4141SELECT @@global.log_syslog;
4242@@global.log_syslog
43431
4444Warnings:
45- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
45+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
4646SET @@global.log_syslog= ON;
4747Warnings:
48- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
48+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
4949SELECT @@global.log_syslog;
5050@@global.log_syslog
51511
5252Warnings:
53- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
53+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
5454SET @@global.log_syslog= OFF;
5555Warnings:
56- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
56+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
5757SELECT @@global.log_syslog;
5858@@global.log_syslog
59590
6060Warnings:
61- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
61+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
6262SET @@global.log_syslog= 9;
6363ERROR 42000: Variable 'log_syslog' can't be set to the value of '9'
6464SELECT @@global.log_syslog;
6565@@global.log_syslog
66660
6767Warnings:
68- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
68+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
6969SET GLOBAL log_syslog= 0.01;
7070ERROR 42000: Incorrect argument type to variable 'log_syslog'
7171SET SESSION log_syslog= 0;
@@ -74,7 +74,7 @@ SET LOCAL log_syslog= 0;
7474ERROR HY000: Variable 'log_syslog' is a GLOBAL variable and should be set with SET GLOBAL
7575SET @@global.log_syslog= @start_value;
7676Warnings:
77- Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead
77+ Warning 1287 '@@log_syslog' is deprecated and will be removed in a future release. Please use --log_error_services instead.
7878SET @start_value= @@global.log_syslog_facility;
7979SET @@global.log_syslog_facility= DEFAULT;
8080SELECT @@global.log_syslog_facility, @start_value;
0 commit comments