1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

current_user() to return priv_user

This commit is contained in:
serg@serg.mysql.com
2002-12-05 21:38:27 +01:00
parent f7bec0d8f3
commit 09ed694094
4 changed files with 15 additions and 3 deletions

View File

@ -68,6 +68,7 @@ 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_radians(Item *a);
Item *create_func_release_lock(Item* a);