~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-05 07:43:57 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20110105074357-9zf9j38hf52xjvef
Merge in work for reserved words in SQL standard.

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,