mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Code cosmetic:
* Sanitize main unit from unused variables * Move global variables to public scope * Bring public vars into some reasonable order * Move constants to const.inc, unless dependent from some used VCL unit
This commit is contained in:
@ -961,7 +961,7 @@ begin
|
||||
WideFormat('# %-30s%s', ['Database:', DBObj.Database]) + CRLF +
|
||||
WideFormat('# %-30s%s', ['Server version:', Mainform.Connection.ServerVersionUntouched]) + CRLF +
|
||||
WideFormat('# %-30s%s', ['Server OS:', Mainform.Connection.GetVar('SHOW VARIABLES LIKE ' + esc('version_compile_os'), 1)]) + CRLF +
|
||||
WideFormat('# %-30s%s', [APPNAME + ' version:', AppVersion]) + CRLF +
|
||||
WideFormat('# %-30s%s', [APPNAME + ' version:', Mainform.AppVersion]) + CRLF +
|
||||
WideFormat('# %-30s%s', ['Date/time:', DateTimeToStr(Now)]) + CRLF +
|
||||
'# --------------------------------------------------------' + CRLF + CRLF +
|
||||
'/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' + CRLF +
|
||||
|
Reference in New Issue
Block a user