diff options
author | peter@mysql.com <> | 2002-10-06 13:42:16 +0400 |
---|---|---|
committer | peter@mysql.com <> | 2002-10-06 13:42:16 +0400 |
commit | d21402052c05e94a0538941fb9f135291bf58b07 (patch) | |
tree | ec440e8cca80b5a48de9c9b085968243421b8b8d /sql/item_create.h | |
parent | de57e9ba3520d2e6a8cf92908af5ef8c43bb6760 (diff) | |
download | mariadb-git-d21402052c05e94a0538941fb9f135291bf58b07.tar.gz |
One more commit to do the merge of new 4.1 tree
Diffstat (limited to 'sql/item_create.h')
-rw-r--r-- | sql/item_create.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_create.h b/sql/item_create.h index 6d9cef04c13..937ea782273 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -66,6 +66,7 @@ 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); |