summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-12-26 01:28:59 +0200
committerbell@sanja.is.com.ua <>2002-12-26 01:28:59 +0200
commit1dd7cb52aedf01ee0aaddcdde2cbeec2c1a124a4 (patch)
tree6a73d0cc2b8728ab821e54448c158fa784365acb /sql/item_row.h
parent521ec3163e5de060d776e2e160fdab0d37ca7b6b (diff)
downloadmariadb-git-1dd7cb52aedf01ee0aaddcdde2cbeec2c1a124a4.tar.gz
support of subselect without FROM reducing (SCRUM)
fixed bug of calling setup_fields without correct lex->current_select pointer in mysql_derived more correct creation of reference in Item_field::fix_field
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index cf67567c3ed..f33e0cc9821 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -64,6 +64,8 @@ public:
bool const_item() const { return const_item_cache; };
enum Item_result result_type() const { return ROW_RESULT; }
void update_used_tables();
+ bool check_loop(uint id);
+ void set_outer_resolving();
uint cols() { return arg_count; }
Item* el(uint i) { return items[i]; }