diff options
author | bell@sanja.is.com.ua <> | 2003-07-02 01:45:22 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-07-02 01:45:22 +0300 |
commit | 5eaaf8e732b860195f0ffdf3f82d2064ef171b84 (patch) | |
tree | a15fd9ce191ac8165d991ba6d62e349923070337 /sql/item_row.h | |
parent | 100a101ab6d7c49e73a3fb0a81bc8155011ab1c7 (diff) | |
download | mariadb-git-5eaaf8e732b860195f0ffdf3f82d2064ef171b84.tar.gz |
after review changes (SCRUM)
removed outer resolving flag (because of movingtransformation after fix_fields)
Diffstat (limited to 'sql/item_row.h')
-rw-r--r-- | sql/item_row.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index 4f674d8a561..867225ae953 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -68,7 +68,6 @@ public: bool const_item() const { return const_item_cache; }; enum Item_result result_type() const { return ROW_RESULT; } void update_used_tables(); - void set_outer_resolving(); uint cols() { return arg_count; } Item* el(uint i) { return items[i]; } |