~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/read_replication.h

  • Committer: pcrews
  • Date: 2011-05-24 17:36:24 UTC
  • mfrom: (1099.4.232 drizzle)
  • Revision ID: pcrews@lucid32-20110524173624-mwr1bvq6fa1r01ao
Updated translations + 2011.05.18 tarball tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
 
21
#pragma once
21
22
#ifndef read_replication_h
22
23
#define read_replication_h
23
24
 
26
27
  unsigned long long commit_id;
27
28
  unsigned long long end_timestamp;
28
29
  unsigned long seg_id;
 
30
  const char *originating_server_uuid;
 
31
  unsigned long long originating_commit_id;
29
32
  unsigned long long message_length;
30
33
  const char *message;
31
34
};