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

after merge changing

uninitialized value fixed
This commit is contained in:
bell@laptop.sanja.is.com.ua
2003-08-20 17:35:12 +03:00
parent dd9cbce47b
commit 30913419ec
6 changed files with 17 additions and 10 deletions

View File

@ -349,6 +349,11 @@ int st_select_lex_unit::exec()
mysql_select automatic allocation)
*/
fake_select_lex->join= new JOIN(thd, item_list, thd->options, result);
/*
Fake st_select_lex should have item list for correctref_array
allocation.
*/
fake_select_lex->item_list= item_list;
}
else
{