diff options
author | monty@mashka.mysql.fi <> | 2003-02-07 17:57:07 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-07 17:57:07 +0200 |
commit | 1b9b042654512c7013fceb135795fc4453011033 (patch) | |
tree | 47bb4c4c761190424e909ac9f98674ad71c80b6d /sql/item_create.h | |
parent | f68914addb4a59927cbc47c8d3a2431b5b180770 (diff) | |
download | mariadb-git-1b9b042654512c7013fceb135795fc4453011033.tar.gz |
Fix problem in MIN/MAX optimisation (from last patch)
Don't make OLD_PASSWORD() a reserved word
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 10b404ec2fd..5381ad946ae 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -70,6 +70,7 @@ 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); |