summaryrefslogtreecommitdiff
path: root/client/mysql.cc
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2002-04-06 18:47:54 +0300
committerunknown <monty@tik.mysql.fi>2002-04-06 18:47:54 +0300
commit40a27740878e945bbdf667c3735a41727d343ed1 (patch)
tree3e5cd66c625da56736e12e3ad5fdd667c31f4149 /client/mysql.cc
parent1f38c3a93d2bd5c2d38d63eb283c62647be0343a (diff)
downloadmariadb-git-40a27740878e945bbdf667c3735a41727d343ed1.tar.gz
Fix for INET_NTOA(N) when N >= 2^32
Docs/manual.texi: SCO updates client/mysql.cc: Don't die on SIGQUIT
Diffstat (limited to 'client/mysql.cc')
-rw-r--r--client/mysql.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index e97e349790e..c4ed46bde02 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -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