~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/tests/r/data_dictionary.result

  • Committer: lbieber
  • Date: 2010-09-09 14:04:37 UTC
  • mfrom: (1726.3.10 drizzle-bug-621603)
  • mto: This revision was merged to the branch mainline in revision 1751.
  • Revision ID: lbieber@orisndriz03-20100909140437-5l2robypz8w1g7tj
Merge Andrew - fix bug 621603: Connections status variable off by one
Merge Andrew - fix bug 621947: show processlist filldown
Merge Andrew - fix bug 628284: --mysql option broken

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  `DB` VARCHAR(256) NOT NULL,
9
9
  `COMMAND` VARCHAR(16) NOT NULL,
10
10
  `TIME` BIGINT NOT NULL,
11
 
  `STATE` VARCHAR(256) NOT NULL,
12
 
  `INFO` VARCHAR(100) NOT NULL
 
11
  `STATE` VARCHAR(256) DEFAULT NULL,
 
12
  `INFO` VARCHAR(100) DEFAULT NULL
13
13
) ENGINE=FunctionEngine COLLATE = utf8_general_ci
14
14
SELECT ID FROM processlist;
15
15
ID