Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.0.10, 10.0.14
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Hi,
CTRL+C doesn't work properly with CONNECT :
MariaDB [test]> SELECT * FROM url_list_connect LIMIT 10; ^CCtrl-C -- query killed. Continuing normally. ^CCtrl-C -- query killed. Continuing normally. ERROR 2013 (HY000): Lost connection to MySQL server during query MariaDB [test]> show processlist; ERROR 2006 (HY000): MySQL server has gone away No connection. Trying to reconnect... Connection id: 350 Current database: test +-----+------+-----------------+--------+---------+------+-----------------------------+------------------------------------------------------------------------------------------------------+----------+ | Id | User | Host | db | Command | Time | State | Info | Progress | +-----+------+-----------------+--------+---------+------+-----------------------------+------------------------------------------------------------------------------------------------------+----------+ | 309 | jira | 127.0.0.1:58647 | jiradb | Sleep | 39 | | NULL | 0.000 | | 346 | root | localhost | test | Killed | 13 | Sending data | SELECT * FROM url_list_connect LIMIT 10 | 0.000 | | 347 | root | localhost | test | Query | 13 | Queried about 14730000 rows | SELECT `id`, `url`, `date`, `id_license_domain`, `id_license`, `dom`, `loadtime`, `gen`, `script`, ` | 0.000 | | 350 | root | localhost | test | Query | 0 | init | show processlist | 0.000 | +-----+------+-----------------+--------+---------+------+-----------------------------+------------------------------------------------------------------------------------------------------+----------+ 4 rows in set (0.00 sec) MariaDB [test]> kill 347; Query OK, 0 rows affected (0.00 sec) MariaDB [test]> show processlist; +-----+------+-----------------+--------+---------+------+-------+------------------+----------+ | Id | User | Host | db | Command | Time | State | Info | Progress | +-----+------+-----------------+--------+---------+------+-------+------------------+----------+ | 309 | jira | 127.0.0.1:58647 | jiradb | Sleep | 55 | | NULL | 0.000 | | 350 | root | localhost | test | Query | 0 | init | show processlist | 0.000 | +-----+------+-----------------+--------+---------+------+-------+------------------+----------+ 2 rows in set (0.00 sec)
Thanks and regards,
Jocelyn Fournier
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi Jocelyn,
I assume the CONNECT table is the same as in
MDEV-6142.Could you please paste the structure of the underlying table, and also try the same on it?
Is it reliably reproducible on the CONNECT table?