mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
* Mark the functions deterministic to avoid issues with MySQL binary logging.
This commit is contained in:
parent
5b9c2bf336
commit
3edc98c4aa
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ DELIMITER %%
|
|||
|
||||
CREATE FUNCTION `ConvertAuras`(`auras` varchar(1024))
|
||||
RETURNS varchar(1024) CHARSET utf8
|
||||
DETERMINISTIC
|
||||
BEGIN
|
||||
DECLARE tmp VARCHAR(1024);
|
||||
DECLARE curr VARCHAR(10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue