mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #677: provide a new library combobox in MySQL mode, for selecting any of the libmysql/mariadb.dll files from the application directory
This commit is contained in:
@ -141,7 +141,7 @@ type
|
||||
asWrapLongLines, asDisplayBLOBsAsText, asSingleQueries, asMemoEditorWidth, asMemoEditorHeight, asMemoEditorMaximized,
|
||||
asMemoEditorWrap, asDelimiter, asSQLHelpWindowLeft, asSQLHelpWindowTop, asSQLHelpWindowWidth,
|
||||
asSQLHelpWindowHeight, asSQLHelpPnlLeftWidth, asSQLHelpPnlRightTopHeight, asHost,
|
||||
asUser, asPassword, asCleartextPluginEnabled, asWindowsAuth, asLoginPrompt, asPort,
|
||||
asUser, asPassword, asCleartextPluginEnabled, asWindowsAuth, asLoginPrompt, asPort, asLibrary,
|
||||
asPlinkExecutable, asSSHtunnelHost, asSSHtunnelHostPort, asSSHtunnelPort, asSSHtunnelUser,
|
||||
asSSHtunnelPassword, asSSHtunnelTimeout, asSSHtunnelPrivateKey, asSSLActive, asSSLKey,
|
||||
asSSLCert, asSSLCA, asSSLCipher, asNetType, asCompressed, asLocalTimeZone, asQueryTimeout, asKeepAlive,
|
||||
@ -3495,6 +3495,7 @@ begin
|
||||
InitSetting(asWindowsAuth, 'WindowsAuth', 0, False, '', True);
|
||||
InitSetting(asLoginPrompt, 'LoginPrompt', 0, False, '', True);
|
||||
InitSetting(asPort, 'Port', 0, False, '', True);
|
||||
InitSetting(asLibrary, 'Library', 0, False, 'libmariadb.dll', True);
|
||||
InitSetting(asPlinkExecutable, 'PlinkExecutable', 0, False, '');
|
||||
InitSetting(asSSHtunnelHost, 'SSHtunnelHost', 0, False, '', True);
|
||||
InitSetting(asSSHtunnelHostPort, 'SSHtunnelHostPort', 22, False, '', True);
|
||||
|
Reference in New Issue
Block a user