Commit 4aa59d68 authored by Bjorn Munch's avatar Bjorn Munch

Revert simplified if() in mysql-test/include/show_events.inc

parent 9fb06f45
...@@ -25,7 +25,9 @@ if ($binlog_file) ...@@ -25,7 +25,9 @@ if ($binlog_file)
--let $_statement= $_statement from $binlog_start --let $_statement= $_statement from $binlog_start
if ($binlog_limit) # Cannot use if($binlog_limit) since the variable may begin with a 0
if (`SELECT '$binlog_limit' <> ''`)
{ {
--let $_statement= $_statement limit $binlog_limit --let $_statement= $_statement limit $binlog_limit
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment