mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix for a coredump
This commit is contained in:
@ -340,6 +340,7 @@ int main(int argc,char *argv[])
|
|||||||
if (!status.batch)
|
if (!status.batch)
|
||||||
ignore_errors=1; // Don't abort monitor
|
ignore_errors=1; // Don't abort monitor
|
||||||
signal(SIGINT, mysql_end); // Catch SIGINT to clean up
|
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
|
** Run in interactive mode like the ingres/postgres monitor
|
||||||
|
Reference in New Issue
Block a user