1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

solves coredump

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-03-30 17:50:20 +02:00
parent 501e70484d
commit ee737d2fc2

View File

@@ -319,6 +319,7 @@ 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