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

« back to all changes in this revision

Viewing changes to storage/perfschema/table_helper.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) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
 
1
/* Copyright (c) 2008, 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
136
136
  /** Length in bytes of @c m_digest. */
137
137
  uint m_digest_length;
138
138
  /** Column DIGEST_TEXT. */
139
 
  char m_digest_text[COL_DIGEST_TEXT_SIZE];
140
 
  /** Length in bytes of @c m_digest_text. */
141
 
  uint m_digest_text_length;
 
139
  String m_digest_text;
142
140
 
143
141
  /** Build a row from a memory buffer. */
144
142
  int make_row(PFS_statements_digest_stat*);