diff options
author | monty@mysql.com <> | 2004-09-03 21:43:04 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-09-03 21:43:04 +0300 |
commit | cbd67f49e1750a352e6379eaa42e7d7a8430119b (patch) | |
tree | c31fa248fd578ef7653342364a6cf7d8bedf1f0b /sql/item_subselect.h | |
parent | c5a84657a8945cb4a149607cad72911751a17497 (diff) | |
download | mariadb-git-cbd67f49e1750a352e6379eaa42e7d7a8430119b.tar.gz |
Cleanup of new code pushed into 5.0 since last pull
Merged the different find_xxxx_table_in_list functions to one + some inline functions
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index d50688e0b58..1268b435816 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -84,7 +84,6 @@ public: null_value= 1; } virtual trans_res select_transformer(JOIN *join); - virtual trans_res no_select_transform() { return RES_OK; } bool assigned() { return value_assigned; } void assigned(bool a) { value_assigned= a; } enum Type type() const; @@ -220,7 +219,6 @@ public: was_null= 0; } trans_res select_transformer(JOIN *join); - trans_res no_select_transform(); trans_res single_value_transformer(JOIN *join, Comp_creator *func); trans_res row_value_transformer(JOIN * join); |