1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
client/mysql.cc:
  Auto merged
This commit is contained in:
unknown
2002-04-12 21:53:41 +03:00
34 changed files with 252 additions and 184 deletions

View File

@@ -342,7 +342,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