summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/sys_vars/r/log_error_func.result
blob: 39127951789d8adbcf29b8659b1d5eecaf279b8a (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, "mysqld.1.err")>0;
instr(@err_log, "mysqld.1.err")>0
1