diff options
author | Aokromes <aokromes@gmail.com> | 2018-03-14 11:41:09 +0100 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2018-03-14 11:41:09 +0100 |
commit | bc88d3bc15debb70432603b21a2319b72db02f49 (patch) | |
tree | 328f94ad0359a456f4de907544c95ad0bba7775f /sql/base/auth_database.sql | |
parent | 007b5a68c50bbee7d05acec888d3273c2a5a8577 (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
cherry pick of d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a
Running this command when reporting bugs is MANDATORY (you can censor paths)
Diffstat (limited to 'sql/base/auth_database.sql')
-rw-r--r-- | sql/base/auth_database.sql | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index ab1173071f8..52d8692ecb4 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -1106,6 +1106,7 @@ INSERT INTO `rbac_linked_permissions` VALUES (196,842), (196,843), (196,869), +(196,872), (197,232), (197,236), (197,237), @@ -2026,7 +2027,8 @@ INSERT INTO `rbac_permissions` VALUES (853,'Command: .reload conversation_template'), (854,'Command: .debug conversation'), (868,'Command: modify power'), -(869,'Command: debug send playerchoice'); +(869,'Command: debug send playerchoice'), +(872,'Command: server debug'); /*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */; UNLOCK TABLES; @@ -2232,8 +2234,9 @@ INSERT INTO `updates` VALUES ('2017_12_31_00_auth.sql','1721ACBD35EB95FAE33B9E95F8C4E4B1FB70A5E4','ARCHIVED','2017-12-31 20:15:23',0), ('2018_01_02_00_auth.sql','CD9B826B9D95697DC412DEF780E814FA3991D6CD','ARCHIVED','2018-01-02 20:40:37',0), ('2018_02_18_00_auth.sql','8489DD3EFFE14A7486B593435F0BA2BC69B6EABF','ARCHIVED','2018-02-18 16:35:55',0), -('2018_02_19_00_auth.sql','07CE658C5EF88693D3C047EF8E724F94ADA74C15','RELEASED','2018-02-19 22:33:32',233), -('2018_02_28_00_auth.sql','E92EF4ABF7FA0C66649E1633DD0459F44C09EB83','RELEASED','2018-02-28 23:07:59',0); +('2018_02_19_00_auth.sql','07CE658C5EF88693D3C047EF8E724F94ADA74C15','ARCHIVED','2018-02-19 22:33:32',233), +('2018_02_28_00_auth.sql','E92EF4ABF7FA0C66649E1633DD0459F44C09EB83','ARCHIVED','2018-02-28 23:07:59',0), +('2018_03_14_00_auth.sql','2D71E93DF7419A30D0D21D8A80CF05698302575A','ARCHIVED','2018-03-14 23:07:59',0), /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |