diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10470_world_command.sql | 3 | ||||
| -rw-r--r-- | sql/updates/10470_world_trinity_string.sql | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/10470_world_command.sql b/sql/updates/10470_world_command.sql new file mode 100644 index 00000000000..56f665e9104 --- /dev/null +++ b/sql/updates/10470_world_command.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name` LIKE 'server togglequerylog'; +INSERT INTO `command` (`name`,`security`,`help`) VALUES +('server togglequerylog',4,'Toggle SQL driver query logging.'); diff --git a/sql/updates/10470_world_trinity_string.sql b/sql/updates/10470_world_trinity_string.sql new file mode 100644 index 00000000000..03b507de7a4 --- /dev/null +++ b/sql/updates/10470_world_trinity_string.sql @@ -0,0 +1,4 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (1027, 1028);
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(1027, 'SQL driver query logging enabled.'),
+(1028, 'SQL driver query logging disabled.');
\ No newline at end of file |
