diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-03-06 18:48:57 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-03-06 18:48:57 -0300 |
commit | d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a (patch) | |
tree | 214e3c4f1e7b1a0ed27ec646be6c797a8a6ff455 /src/common/GitRevision.h | |
parent | 272e000e890da43ad9be47d2a763f956c727c965 (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 'src/common/GitRevision.h')
-rw-r--r-- | src/common/GitRevision.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/GitRevision.h b/src/common/GitRevision.h index e1a46b4b0df..c6d3fc52896 100644 --- a/src/common/GitRevision.h +++ b/src/common/GitRevision.h @@ -26,6 +26,8 @@ namespace GitRevision TC_COMMON_API char const* GetDate(); TC_COMMON_API char const* GetBranch(); TC_COMMON_API char const* GetCMakeCommand(); + TC_COMMON_API char const* GetCMakeVersion(); + TC_COMMON_API char const* GetHostOSVersion(); TC_COMMON_API char const* GetBuildDirectory(); TC_COMMON_API char const* GetSourceDirectory(); TC_COMMON_API char const* GetMySQLExecutable(); |