~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • 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:
3
3
Table   Create Table
4
4
PROCESSLIST     CREATE TABLE `PROCESSLIST` (
5
5
  `ID` BIGINT NOT NULL,
6
 
  `USER` VARCHAR(16) NOT NULL,
 
6
  `USERNAME` VARCHAR(16) NOT NULL,
7
7
  `HOST` VARCHAR(1025) NOT NULL,
8
8
  `DB` VARCHAR(256) DEFAULT NULL,
9
9
  `COMMAND` VARCHAR(16) NOT NULL,