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…….

3 Responses to “I think I owe someone a beer…”

  1. Yes, I discovered that jewel not too long ago as well. It is nice.

  2. 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..

  3. To the patch author:
    Thank you, thank you, thank you, thank you, thank you, thank you, thank you

Leave a Reply