diff options
author | serg@serg.mylan <> | 2003-10-31 14:25:38 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-10-31 14:25:38 +0100 |
commit | b1f5a03685619f68edf432e5228022d16d8c9860 (patch) | |
tree | ed7b399fcc0dba48fd4adfd8712e62b641c9a341 /sql/item_func.h | |
parent | 74551a72ec4603e1a29f119da5479e70afd7949c (diff) | |
parent | 35fe0d898d4fc7b47161525943983d76cb0c56f7 (diff) | |
download | mariadb-git-b1f5a03685619f68edf432e5228022d16d8c9860.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 9a6e2a71f64..29e40f603b4 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -46,7 +46,8 @@ public: SP_TOUCHES_FUNC,SP_CROSSES_FUNC,SP_WITHIN_FUNC, SP_CONTAINS_FUNC,SP_OVERLAPS_FUNC, SP_STARTPOINT,SP_ENDPOINT,SP_EXTERIORRING, - SP_POINTN,SP_GEOMETRYN,SP_INTERIORRINGN}; + SP_POINTN,SP_GEOMETRYN,SP_INTERIORRINGN, + NOT_FUNC, NOT_ALL_FUNC}; enum optimize_type { OPTIMIZE_NONE,OPTIMIZE_KEY,OPTIMIZE_OP, OPTIMIZE_NULL }; enum Type type() const { return FUNC_ITEM; } virtual enum Functype functype() const { return UNKNOWN_FUNC; } |