Skip to content

Commit

Permalink
* Mark the functions deterministic to avoid issues with MySQL binary …
Browse files Browse the repository at this point in the history
…logging.
  • Loading branch information
TheLuda committed Mar 20, 2011
1 parent 26ea36b commit 681ec2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/updates/11217_01_mangos_creature_addon.sql
Expand Up @@ -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);
Expand Down

0 comments on commit 681ec2a

Please sign in to comment.