mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
use DBUG_RETURN with DBUG_ENTER
This commit is contained in:
parent
d9a8dd22b2
commit
430f63c271
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue