summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorevgen@sunlight.local <>2006-07-30 00:33:24 +0400
committerevgen@sunlight.local <>2006-07-30 00:33:24 +0400
commitef4f14953640962c405e7df7fdb803daaa878128 (patch)
tree7459ead6708231c323be75b3f99c455341370348 /sql/item_cmpfunc.h
parent8cd88a91794e37ec05509ef5ea121bcb69eef0c9 (diff)
parent3ca575dc896753f9dd52f45eaf983219d5cbd899 (diff)
downloadmariadb-git-ef4f14953640962c405e7df7fdb803daaa878128.tar.gz
Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysql
into sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 82cb5febe7d..04462e05e9f 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -313,6 +313,7 @@ public:
void set_sum_test(Item_sum_hybrid *item) { test_sum_item= item; };
void set_sub_test(Item_maxmin_subselect *item) { test_sub_item= item; };
bool empty_underlying_subquery();
+ Item *neg_transformer(THD *thd);
};
@@ -323,6 +324,7 @@ public:
Item_func_nop_all(Item *a) :Item_func_not_all(a) {}
longlong val_int();
const char *func_name() const { return "<nop>"; }
+ Item *neg_transformer(THD *thd);
};