After trying v10.2.0.5763 (copy heidisql.exe to portable folder), log box start showing this log:
/* The server did not return a non-zero value for the max_allowed_packet variable. Assuming 1,0 MiB now. *
new log every 1-2 minutes.
(v10.2.0.5599 didn't has this log)
On Github code:
if Result < SIZE_MB then begin
Result := SIZE_MB;
Log(lcError, f_('The server did not return a non-zero value for the %s variable. Assuming %s now.', ['max_allowed_packet', FormatByteNumber(Result)]));
end;
-
Can you tell me what is SIZE_MB?
-
And do i need to to something?