← Back to team overview

linux-traipu team mailing list archive

[Bug 799485] Re: DATA_DICTIONARY.SESSIONS.QUERY is truncated to 100 characters

 

** Changed in: drizzle
   Importance: Undecided => Wishlist

** Changed in: drizzle
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/799485

Title:
  DATA_DICTIONARY.SESSIONS.QUERY is truncated to 100 characters

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Confirmed

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/799485/+subscriptions


References