diff options
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 7a8e4d6b036..d409de8f298 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -3593,6 +3593,9 @@ int handler::ha_rnd_next(uchar *buf) } table->status=result ? STATUS_NOT_FOUND: 0; + + DEBUG_SYNC(ha_thd(), "handler_rnd_next_end"); + DBUG_RETURN(result); } |