~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to storage/perfschema/table_events_statements.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 
1
/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This program is free software; you can redistribute it and/or modify
4
4
  it under the terms of the GNU General Public License as published by
175
175
  {}
176
176
 
177
177
  void make_row_part_1(PFS_events_statements *statement,
178
 
                       PSI_digest_storage *digest);
 
178
                       sql_digest_storage *digest);
179
179
 
180
 
  void make_row_part_2(PSI_digest_storage *digest);
 
180
  void make_row_part_2(const sql_digest_storage *digest);
181
181
 
182
182
  /** Current row. */
183
183
  row_events_statements m_row;
184
184
  /** True if the current row exists. */
185
185
  bool m_row_exists;
 
186
  unsigned char m_token_array[MAX_DIGEST_STORAGE_SIZE];
186
187
};
187
188
 
188
189
/** Table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_CURRENT. */