From 7a7cd1093394c42919404222301eaeae4d502c0d Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Wed, 2 Sep 2009 20:38:18 -0400 Subject: Clean up some sqls to make sure they all have at least one newline at the end (part of the coding standard) helps stop errors when sqls are batched together.... Also, add a missing Delete query to one sql. --HG-- branch : trunk --- sql/create_mysql.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/create_mysql.sql') diff --git a/sql/create_mysql.sql b/sql/create_mysql.sql index f71ced7d07d..dc272ebf697 100644 --- a/sql/create_mysql.sql +++ b/sql/create_mysql.sql @@ -11,4 +11,3 @@ GRANT ALL PRIVILEGES ON `world` . * TO 'trinity'@'localhost' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON `realmd` . * TO 'trinity'@'localhost' WITH GRANT OPTION; - -- cgit v1.2.3