mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
code cleanup after some reasoning
This commit is contained in:
@ -2454,7 +2454,7 @@ QUICK_SELECT *get_quick_select_for_ref(THD *thd, TABLE *table, TABLE_REF *ref)
|
||||
if (cp_buffer_from_ref(ref))
|
||||
{
|
||||
if (thd->fatal_error)
|
||||
return 0; // out of memory
|
||||
goto err; // out of memory
|
||||
return quick; // empty range
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user