mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BUG#9103 merge to 5.0
sql/sql_select.h: Auto merged
This commit is contained in:
@ -5532,7 +5532,7 @@ QUICK_RANGE_SELECT *get_quick_select_for_ref(THD *thd, TABLE *table,
|
||||
goto err;
|
||||
}
|
||||
|
||||
if (cp_buffer_from_ref(ref) && thd->is_fatal_error ||
|
||||
if (cp_buffer_from_ref(thd,ref) && thd->is_fatal_error ||
|
||||
!(range= new QUICK_RANGE()))
|
||||
goto err; // out of memory
|
||||
|
||||
|
Reference in New Issue
Block a user