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