1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Reference to field in outer subelect fixed

Fixed context in error mesages
This commit is contained in:
bell@sanja.is.com.ua
2002-11-24 21:10:52 +02:00
parent aa5983b4a7
commit 1cee49dd86
7 changed files with 51 additions and 8 deletions

View File

@ -1861,7 +1861,7 @@ const Field *not_found_field= (Field*) 0x1;
*/
Field *
find_field_in_tables(THD *thd, Item_field *item, TABLE_LIST *tables,
find_field_in_tables(THD *thd, Item_ident *item, TABLE_LIST *tables,
bool report_error)
{
Field *found=0;