~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/sys_vars/r/log_error_func.result

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
select (@err_log:=variable_value)*0 from information_schema.global_variables where variable_name="log_error";
 
2
(@err_log:=variable_value)*0
 
3
0
 
4
select instr(@err_log, "some_random_name5435413.err")>0;
 
5
instr(@err_log, "some_random_name5435413.err")>0
 
6
1