~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-04-03 06:02:00 UTC
  • mto: (2263.2.2 drizzle-ga)
  • mto: This revision was merged to the branch mainline in revision 2268.
  • Revision ID: brian@tangent.org-20110403060200-g8v2x1k33rrpx1an
This adds the concept of a definer to a table definition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  `DEFAULT_COLLATE_NAME` VARCHAR(256) NOT NULL,
7
7
  `DESCRIPTION` VARCHAR(256) NOT NULL,
8
8
  `MAXLEN` BIGINT NOT NULL
9
 
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE
 
9
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER SYSTEM
10
10
show create table COLLATIONS ;
11
11
Table   Create Table
12
12
COLLATIONS      CREATE TABLE `COLLATIONS` (
17
17
  `IS_DEFAULT` BOOLEAN NOT NULL,
18
18
  `IS_COMPILED` BOOLEAN NOT NULL,
19
19
  `SORTLEN` BIGINT NOT NULL
20
 
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE
 
20
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER SYSTEM
21
21
SELECT * FROM character_sets ORDER BY CHARACTER_SET_NAME;
22
22
CHARACTER_SET_NAME      DEFAULT_COLLATE_NAME    DESCRIPTION     MAXLEN
23
23
binary  binary          1