~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  `ID` bigint NOT NULL DEFAULT '0',
6
6
  `USER` varchar(16) NOT NULL DEFAULT '',
7
7
  `HOST` varchar(1025) NOT NULL DEFAULT '',
8
 
  `DB` varchar(64) NOT NULL DEFAULT '',
 
8
  `DB` varchar(256) NOT NULL DEFAULT '',
9
9
  `COMMAND` varchar(16) NOT NULL DEFAULT '',
10
10
  `TIME` bigint NOT NULL DEFAULT '0',
11
 
  `STATE` varchar(64) NOT NULL DEFAULT '',
 
11
  `STATE` varchar(256) NOT NULL DEFAULT '',
12
12
  `INFO` varchar(100) NOT NULL DEFAULT ''
13
13
) ENGINE=FunctionEngine
14
14
SELECT ID FROM processlist;