~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/tests/r/command.result

  • Committer: Joseph Daly
  • Date: 2011-04-28 02:29:52 UTC
  • mto: (2290.1.6 server_uuid_repl)
  • mto: This revision was merged to the branch mainline in revision 2296.
  • Revision ID: skinny.moey@gmail.com-20110428022952-q40a6fbw636cq43r
modify parser to work for DEFINER

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
SESSION_STATEMENTS      CREATE TABLE `SESSION_STATEMENTS` (
24
24
  `VARIABLE_NAME` VARCHAR(256) NOT NULL,
25
25
  `VARIABLE_VALUE` VARCHAR(1024) NOT NULL
26
 
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER SYSTEM
 
26
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER 'SYSTEM'
27
27
SELECT count(*) FROM data_dictionary.SESSION_STATEMENTS;
28
28
count(*)
29
29
#