mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix offset in charset table, always set to 0. See http://www.heidisql.com/forum.php?t=4638
This commit is contained in:
@ -719,8 +719,6 @@ function TMySQLConnection.GetCharsetTable: TMySQLQuery;
|
||||
begin
|
||||
if (not Assigned(FCharsetTable)) and (ServerVersionInt >= 40100) then
|
||||
FCharsetTable := GetResults('SHOW CHARSET');
|
||||
if Assigned(FCharsetTable) then
|
||||
FCharsetTable.First;
|
||||
Result := FCharsetTable;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user