Warning on show processlist

Bug #617507 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

drizzle> show processlist;
+----+------------------+-----------+------+---------+------+--------------+------------------+
| ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO |
+----+------------------+-----------+------+---------+------+--------------+------------------+
| 4 | unauthenticated | 127.0.0.1 | test | Query | 0 | Sending data | show processlist |
+----+------------------+-----------+------+---------+------+--------------+------------------+
1 row in set, 1 warning (0 sec)

drizzle> show warnings;
+-------+------+------------------------------------------+
| Level | Code | Message |
+-------+------+------------------------------------------+
| Error | 1406 | Data too long for column 'USER' at row 0 |
+-------+------+------------------------------------------+
1 row in set (0 sec)

Related branches

Changed in drizzle:
status: New → Fix Committed
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.