1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -440,3 +440,7 @@ Item *create_func_is_free_lock(Item* a)
return new Item_func_is_free_lock(a);
}
Item *create_func_quote(Item* a)
{
return new Item_func_quote(a);
}