diff options
author | unknown <msvensson@neptunus.(none)> | 2006-07-23 22:13:12 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-07-23 22:13:12 +0200 |
commit | 69be31fdc0befe7af4966c4d990cbe5fa35cd793 (patch) | |
tree | eeed3f0a12340a53984ac4e8cc13a1be85444cc5 /client | |
parent | 464cadc99dcfbeda1a814d4a090e10f76f090976 (diff) | |
download | mariadb-git-69be31fdc0befe7af4966c4d990cbe5fa35cd793.tar.gz |
Remove strange comment
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 22534324aca..9de27572300 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -423,10 +423,6 @@ int main(int argc,char *argv[]) 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 - */ - put_info("Welcome to the MySQL monitor. Commands end with ; or \\g.", INFO_INFO); sprintf((char*) glob_buffer.ptr(), |