From ab83f72d104af137add08f3ca5c5ad28da2f73af Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 31 Jul 2010 11:06:21 +0200 Subject: Fixed mysql syntax errors caused by using wrong delimiter, thanks BlackCat0110 --HG-- branch : trunk --- sql/updates/9090_characters_item_instance.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/9090_characters_item_instance.sql b/sql/updates/9090_characters_item_instance.sql index 8492b7f30f6..594f8103b4e 100644 --- a/sql/updates/9090_characters_item_instance.sql +++ b/sql/updates/9090_characters_item_instance.sql @@ -15,7 +15,7 @@ ALTER TABLE `item_instance` DELIMITER || -- Function to convert ints from unsigned to signed -DROP FUNCTION IF EXISTS `uint32toint32`; +DROP FUNCTION IF EXISTS `uint32toint32`|| CREATE FUNCTION `uint32toint32`(input INT(10) UNSIGNED) RETURNS INT(11) SIGNED DETERMINISTIC BEGIN RETURN input; -- cgit v1.2.3