incorrect error when reconnecting

Bug #617534 reported by Andrew Hutchings
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Andrew Hutchings
Dexter
Fix Released
Low
Andrew Hutchings

Bug Description

drizzle2> show processlist;
+----+------------------+-----------+----+---------+------+--------------+------------------+
| ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO |
+----+------------------+-----------+----+---------+------+--------------+------------------+
| 1 | unauthenticated | 127.0.0.1 | | Sleep | 6 | | |
| 2 | unauthenticated | 127.0.0.1 | | Query | 0 | Sending data | show processlist |
+----+------------------+-----------+----+---------+------+--------------+------------------+
2 rows in set, 2 warnings (0 sec)

drizzle2> kill 1;

drizzle1> show processlist;
ERROR 2 (HY000): Can't create file '%-.200s' (errno: %d)

drizzle1> show processlist;
ERROR:
drizzle_state_read:lost connection to server (EOF)
No connection. Trying to reconnect...
Connection id: 3
Current database: *** NONE ***

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.