1
0
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:
serg@serg.mylan
2003-12-09 20:49:48 +01:00
parent 3248878cf1
commit eaa0c4494f
6 changed files with 16 additions and 10 deletions

View File

@ -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
}