diff --git a/client/mysql.cc b/client/mysql.cc index 0f0b221813a..48172d97f56 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -442,10 +442,6 @@ int main(int argc,char *argv[]) signal(SIGINT, handle_sigint); // Catch SIGINT to clean up signal(SIGQUIT, mysql_end); // Catch SIGQUIT to clean up - /* - Run in interactive mode like the ingres/postgres monitor - */ - put_info("Welcome to the MySQL monitor. Commands end with ; or \\g.", INFO_INFO); sprintf((char*) glob_buffer.ptr(),