Commit be1e9485 authored by msvensson@pilot.blaudden's avatar msvensson@pilot.blaudden

Merge 192.168.0.10:mysql/my50-m-bug18431

into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
parents 1c5c12ac 162e0e0d
...@@ -443,10 +443,6 @@ int main(int argc,char *argv[]) ...@@ -443,10 +443,6 @@ int main(int argc,char *argv[])
signal(SIGINT, mysql_sigint); // Catch SIGINT to clean up signal(SIGINT, mysql_sigint); // Catch SIGINT to clean up
signal(SIGQUIT, mysql_end); // Catch SIGQUIT 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.", put_info("Welcome to the MySQL monitor. Commands end with ; or \\g.",
INFO_INFO); INFO_INFO);
sprintf((char*) glob_buffer.ptr(), sprintf((char*) glob_buffer.ptr(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment