aboutsummaryrefslogtreecommitdiff
path: root/sql/base/auth_database.sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-03-06 18:48:57 -0300
committerariel- <ariel-@users.noreply.github.com>2018-03-06 18:48:57 -0300
commitd18f8b94b0cb5182ef450bec5cafd3c5d74fd00a (patch)
tree214e3c4f1e7b1a0ed27ec646be6c797a8a6ff455 /sql/base/auth_database.sql
parent272e000e890da43ad9be47d2a763f956c727c965 (diff)
Scripts/Commands: implemented command .server debug
- Shows detailed information about server setup, useful when reporting a bug: * rev. hash * versions of mysql, openssl, boost, cmake * info about autoupdater * info about ports (realmlist and current) * vmap/map/mmap status and folder sizes * available DBC locales * TDB version Closes #19957
Diffstat (limited to 'sql/base/auth_database.sql')
-rw-r--r--sql/base/auth_database.sql7
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index d1fc5442c6c..47e4d031439 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -819,6 +819,7 @@ INSERT INTO `rbac_linked_permissions` VALUES
(196,867),
(196,870),
(196,871),
+(196,872),
(197,232),
(197,236),
(197,237),
@@ -1712,7 +1713,8 @@ INSERT INTO `rbac_permissions` VALUES
(866,'Command: list spawnpoints'),
(867,'Command: reload quest_greeting_locale'),
(870,'Command: debug threatinfo'),
-(871,'Command: debug instancespawn');
+(871,'Command: debug instancespawn'),
+(872,'Command: server debug');
/*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1833,7 +1835,8 @@ INSERT INTO `updates` VALUES
('2018_01_03_00_auth_2018_01_02_00_auth.sql','08AF5DAB45515B681B738DA17FA414C7C7CCA44E','ARCHIVED','2018-01-02 20:40:37',0),
('2018_01_09_00_auth.sql','A5D4EC8FCFAB4F2DCE70EDCAD1ACBFB484FD68D5','ARCHIVED','2018-01-09 00:00:00',69),
('2018_01_24_00_auth.sql','167B17D8A253D62A8112F8A7EB21C6E99CAEF1E4','ARCHIVED','2018-01-24 00:00:00',73),
-('2018_02_19_00_auth.sql','80E50F9C7F1EE7BA62789EA4C4F009170B79E6C9','RELEASED','2018-02-18 19:49:37',62);
+('2018_02_19_00_auth.sql','80E50F9C7F1EE7BA62789EA4C4F009170B79E6C9','RELEASED','2018-02-18 19:49:37',62),
+('2018_03_06_00_auth.sql','2D71E93DF7419A30D0D21D8A80CF05698302575A','RELEASED','2018-03-06 00:00:00',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;