~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2011-02-17 04:08:28 UTC
  • mfrom: (2172.3.5 drizzle-build)
  • Revision ID: kalebral@gmail.com-20110217040828-433pc76qapign1of
Merge Brian - add the DDL for replication

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
 
26
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATION = FALSE
27
27
SELECT count(*) FROM data_dictionary.SESSION_STATEMENTS;
28
28
count(*)
29
29
#