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

new QUOTE() fuction has been added

This commit is contained in:
ram@ram.(none)
2002-08-08 20:25:53 +05:00
parent 77296b3f67
commit b7403f3d84
7 changed files with 72 additions and 0 deletions

View File

@ -93,3 +93,4 @@ Item *create_func_weekday(Item* a);
Item *create_load_file(Item* a);
Item *create_wait_for_master_pos(Item* a, Item* b);
Item *create_func_is_free_lock(Item* a);
Item *create_func_quote(Item* a);