From d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 6 Mar 2018 18:48:57 -0300 Subject: 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 --- sql/updates/auth/3.3.5/2018_03_06_00_auth.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/auth/3.3.5/2018_03_06_00_auth.sql (limited to 'sql/updates/auth') diff --git a/sql/updates/auth/3.3.5/2018_03_06_00_auth.sql b/sql/updates/auth/3.3.5/2018_03_06_00_auth.sql new file mode 100644 index 00000000000..ddaf1d13f0c --- /dev/null +++ b/sql/updates/auth/3.3.5/2018_03_06_00_auth.sql @@ -0,0 +1,5 @@ +DELETE FROM `rbac_permissions` WHERE `id`=872; +INSERT INTO `rbac_permissions` (`id`, `name`) VALUES +(872, 'Command: server debug'); +INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES +(196, 872); -- cgit v1.2.3