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
|
begin
|
||||||
if (not Assigned(FCharsetTable)) and (ServerVersionInt >= 40100) then
|
if (not Assigned(FCharsetTable)) and (ServerVersionInt >= 40100) then
|
||||||
FCharsetTable := GetResults('SHOW CHARSET');
|
FCharsetTable := GetResults('SHOW CHARSET');
|
||||||
if Assigned(FCharsetTable) then
|
|
||||||
FCharsetTable.First;
|
|
||||||
Result := FCharsetTable;
|
Result := FCharsetTable;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user