mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
new QUOTE() fuction has been added
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user