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:
@ -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