Commit 4fbbdeb6 authored by Sergey Petrunya's avatar Sergey Petrunya

use DBUG_RETURN with DBUG_ENTER

parent 01d1e68b
......@@ -356,7 +356,7 @@ int Mrr_ordered_index_reader::get_next(char **range_info_arg)
{
int res;
if ((res= refill_buffer()))
return res;
DBUG_RETURN(res);
if (key_buffer->is_empty())
{
index_scan_eof= TRUE;
......
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