diff options
author | unknown <timour@askmonty.org> | 2010-12-15 12:54:25 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2010-12-15 12:54:25 +0200 |
commit | 0bee625feac622190efd1b1d2388f874ed03b50c (patch) | |
tree | 94ea8909d98d972ed7f05671de55336f64b875a4 /sql/item_cmpfunc.h | |
parent | fd24b33b578eecb1046414cb4406f6986c95611e (diff) | |
download | mariadb-git-0bee625feac622190efd1b1d2388f874ed03b50c.tar.gz |
MWL#89
Post-review fixes. Intermediate commit to address
review points 1.1, 1.2, 1.3, 1.4, 1.5, and 3.1, 3.2, 3.3.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index a60a3b00d8b..0f197cc6880 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -268,6 +268,8 @@ public: virtual Item *expr_cache_insert_transformer(uchar *thd_arg); bool is_expensive_processor(uchar *arg); bool is_expensive(); + void set_join_tab_idx(uint join_tab_idx_arg) + { args[1]->set_join_tab_idx(join_tab_idx_arg); } }; class Comp_creator |