PROCESS_LIST_WIDTH versus PROCESS_LIST_INFO_WIDTH

Bug #529808 reported by Stewart Smith
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Brian Aker
Dexter
Fix Released
Low
Brian Aker

Bug Description

/** Characters shown for the command in 'show processlist'. */
#define PROCESS_LIST_WIDTH 100
/* Characters shown for the command in 'information_schema.processlist' */
#define PROCESS_LIST_INFO_WIDTH 65535

but:
plugin/session_dictionary/processlist.cc
48: add_field("INFO", PROCESS_LIST_WIDTH);

which may or may not be correct.

probably worth clarifying, moving the define to the plugin and crying ourselves to sleep over SHOW commands.

Related branches

Lorenzo De Liso (blackz)
Changed in drizzle:
importance: Undecided → Low
status: New → Confirmed
Brian Aker (brianaker)
Changed in drizzle:
status: Confirmed → Fix Released
Changed in drizzle:
milestone: none → 2010-05-24
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.