I think I owe someone a beer…
…whoever wrote this patch:
Server version: 5.0.33-log flupps build (probably not stable…)
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.
mysql> use world;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> SELECT * FROM country, city, city c, city c2, city c3;
^CQuery aborted by Ctrl+C
ERROR 1317 (70100): Query execution was interrupted
mysql>
It doesn’t abort the client to Control-C now, just the query…
Swwwweeeeeeetttttt…….
Yes, I discovered that jewel not too long ago as well. It is nice.
Brian Moon said this on March 14th, 2007 at 16:31
I think that there are tow statments.
one is on query progress,on which ctrl+c abort query
another is on waiting command,on which ctrl+c abort the mysql client.
I found this since mysql 5.0.27..
surfchen said this on March 14th, 2007 at 18:13
To the patch author:
Thank you, thank you, thank you, thank you, thank you, thank you, thank you
David said this on March 14th, 2007 at 18:26