~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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
 
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
#
33
33
alter_table     1
34
34
analyze 0
35
35
begin   2
36
 
change_db       0
 
36
change_db       1
37
37
check   0
38
38
checksum        0
39
39
commit  1
40
 
create_db       0
 
40
create_db       2
41
41
create_index    0
42
42
create_table    2
43
43
delete  1