DATA_DICTIONARY.SESSIONS.QUERY is truncated to 100 characters

Bug #799485 reported by Piotr Przybylski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Confirmed
Wishlist
Unassigned

Bug Description

There are two places containing user's current query:
* DD.PROCESSLIST.INFO - truncated to 100 characters - ok, matches MySQL SHOW PROCESSLIST
* DD.SESSIONS.QUERY - truncated to 100 characters - should return full query

To test you can run:
select query, 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1 AS test from data_dictionary.sessions;
Output will be cut after "from dat".

Using 2011.03.13

Brian Aker (brianaker)
Changed in drizzle:
importance: Undecided → Wishlist
status: New → Confirmed
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.