Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.1.67, 5.2.14, 5.3.12, 5.5.34, 10.0.6
-
None
-
Ubuntu 12.04
Description
If I run mysql client, run lang query (like select * from table) and press Ctrl-C - nothing happens, I have to wait till query finish (even several minutes).
Tried in different virtual terminals.
Mysqlclient worked fine, before I upgraded to mariadb.
mariadb-client:
|
Installed: 5.5.33a+maria-1~precise
|
Candidate: 5.5.33a+maria-1~precise
|
Version table:
|
*** 5.5.33a+maria-1~precise 0
|
1000 http://mariadb.cu.be//repo/5.5/ubuntu/ precise/main amd64 Packages
|
100 /var/lib/dpkg/status
|
I think I figured the missing point.
There are two important stages of executing a query, easily distinguishable on the client side:
1) the query is being processed by the server, nothing is happening in the client, the query is kind of "hanging";
2) the server is returning result set, the client starts printing it.
When you are saying that Ctrl-C does not work, do you mean the second stage, when the result set rows already started appearing in the client?