[MDEV-9149] Ctrl-C in MySQL client does not interrupt query, but interrupts the session instead Created: 2015-11-18 Updated: 2016-02-15 Resolved: 2016-02-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.0.24, 10.1.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Sprint: | 10.0.24 |
| Description |
|
The problem is more easily visible with the debug server (the client is from the release bintar).
Check that the queries are still there:
MySQL 5.6 works the same way as MariaDB, but in 5.7 it appears to be fixed:
|
| Comments |
| Comment by Elena Stepanova [ 2016-02-12 ] | ||
|
Still reproducible.
The script just starts the server and opens MySQL client. | ||
| Comment by Sergei Golubchik [ 2016-02-12 ] | ||
|
ok, --protocol=tcp was the culprit |