summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/sys_vars/r/log_error_func2.result
blob: 827200358868c6f2397d70210dca236d457871b5 (plain)
1
2
3
4
5
6
select (@err_log:=variable_value)*0 from information_schema.global_variables where variable_name="log_error";
(@err_log:=variable_value)*0
0
select instr(@err_log, ".err")>0;
instr(@err_log, ".err")>0
1