mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 04:10:36 +01:00
+ put conditional define around UNIX port display for win32
This commit is contained in:
parent
bc903063c1
commit
0455538346
@ -32,8 +32,10 @@ begin
|
||||
end;
|
||||
Writeln ('Done.');
|
||||
Writeln ('Connection data:');
|
||||
{$ifdef linux}
|
||||
writeln ('Mysql_port : ',mysql_port);
|
||||
writeln ('Mysql_unix_port : ',mysql_unix_port);
|
||||
{$endif}
|
||||
writeln ('Host info : ',mysql_get_host_info(sock));
|
||||
writeln ('Server info : ',mysql_stat(sock));
|
||||
writeln ('Client info : ',mysql_get_client_info);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user