+ put conditional define around UNIX port display for win32

This commit is contained in:
michael 1999-05-12 09:17:27 +00:00
parent bc903063c1
commit 0455538346

View File

@ -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);