* Mark the functions deterministic to avoid issues with MySQL binary logging.

This commit is contained in:
TheLuda 2011-03-20 14:39:39 -07:00
parent 5b9c2bf336
commit 3edc98c4aa

View file

@ -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);