~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/processlist.cc

  • Committer: Lee Bieber
  • Date: 2011-01-08 03:39:25 UTC
  • mfrom: (2062.1.2 build)
  • Revision ID: kalebral@gmail.com-20110108033925-koobar399kwrm4ba
Merge Brian - parser clean up
Merge Marisa - latest doc updates, fix sphinx warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  plugin::TableFunction("DATA_DICTIONARY", "PROCESSLIST")
40
40
{
41
41
  add_field("ID", plugin::TableFunction::NUMBER, 0, false);
42
 
  add_field("USER", 16);
 
42
  add_field("USERNAME", 16);
43
43
  add_field("HOST", NI_MAXHOST);
44
44
  add_field("DB", plugin::TableFunction::STRING, MAXIMUM_IDENTIFIER_LENGTH, true);
45
45
  add_field("COMMAND", 16);