mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix compiler error from rev 1194
This commit is contained in:
@ -1224,7 +1224,7 @@ begin
|
||||
begin
|
||||
MysqlParams.Protocol := 'mysql';
|
||||
MysqlParams.Host := Trim( parHost );
|
||||
MysqlParams.Port := StrToIntDef(parPort, MYSQL_PORT);
|
||||
MysqlParams.Port := StrToIntDef(parPort, DEFAULT_PORT);
|
||||
MysqlParams.Database := '';
|
||||
MysqlParams.User := parUser;
|
||||
MysqlParams.Pass := parPass;
|
||||
|
Reference in New Issue
Block a user