1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix for INET_NTOA(N) when N >= 2^32

Docs/manual.texi:
  SCO updates
client/mysql.cc:
  Don't die on SIGQUIT
This commit is contained in:
unknown
2002-04-06 18:47:54 +03:00
parent 1f38c3a93d
commit 40a2774087
3 changed files with 30 additions and 26 deletions

View File

@@ -340,7 +340,6 @@ int main(int argc,char *argv[])
if (!status.batch)
ignore_errors=1; // Don't abort monitor
signal(SIGINT, mysql_end); // Catch SIGINT to clean up
signal(SIGQUIT, mysql_end); // Catch SIGQUIT to clean up
/*
** Run in interactive mode like the ingres/postgres monitor