diff options
author | bell@sanja.is.com.ua <> | 2002-05-27 20:52:54 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-05-27 20:52:54 +0300 |
commit | ab36838e9b5c923972400a4848fa74c0aed0ac89 (patch) | |
tree | f2d29e3498766d84b6257c751c83ac48523317aa /sql/item_subselect.cc | |
parent | 59602212d2c2ca6d878f5241fa15b7d0628c2a34 (diff) | |
download | mariadb-git-ab36838e9b5c923972400a4848fa74c0aed0ac89.tar.gz |
Hiding internal pointers of SELECT_LEX structures
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r-- | sql/item_subselect.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc index d71271b98fd..777e46ce6b0 100644 --- a/sql/item_subselect.cc +++ b/sql/item_subselect.cc @@ -108,7 +108,7 @@ bool Item_subselect::fix_fields(THD *thd,TABLE_LIST *tables) (ORDER*) select_lex->group_list.first, select_lex->having, (ORDER*) 0, select_lex, - (SELECT_LEX_UNIT*) select_lex->master)) + select_lex->master_unit())) return 1; thd->lex.select= save_select; return 0; |