summaryrefslogtreecommitdiff
path: root/sql/item_create.h
diff options
context:
space:
mode:
authorkostja@oak.local <>2003-09-03 14:12:10 +0400
committerkostja@oak.local <>2003-09-03 14:12:10 +0400
commit36dd82c1d5b8426f74b698182f9fac05e65682ac (patch)
tree4aa3e74d29fde5abc55c20c2c14e6c286e467c6e /sql/item_create.h
parentf655ba9866e62296e773b1717c51301d528404fe (diff)
parent765053c83894458a15a82cce5e9b549c210db42c (diff)
downloadmariadb-git-36dd82c1d5b8426f74b698182f9fac05e65682ac.tar.gz
merge commit, hope that none of bar and dlenev changes were
lost.
Diffstat (limited to 'sql/item_create.h')
-rw-r--r--sql/item_create.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_create.h b/sql/item_create.h
index 16c4fccf709..304e481e86c 100644
--- a/sql/item_create.h
+++ b/sql/item_create.h
@@ -69,14 +69,12 @@ Item *create_func_monthname(Item* a);
Item *create_func_nullif(Item* a, Item *b);
Item *create_func_oct(Item *);
Item *create_func_ord(Item* a);
-Item *create_func_old_password(Item* a);
Item *create_func_period_add(Item* a, Item *b);
Item *create_func_period_diff(Item* a, Item *b);
Item *create_func_pi(void);
Item *create_func_pow(Item* a, Item *b);
Item *create_func_current_user(void);
Item *create_func_quarter(Item* a);
-Item *create_func_password(Item* a);
Item *create_func_radians(Item *a);
Item *create_func_release_lock(Item* a);
Item *create_func_repeat(Item* a, Item *b);