~ubuntu-branches/ubuntu/quantal/drizzle/quantal

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-02-14 12:40:34 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110214124034-eih75vcr64qt4db1
Tags: 2011.02.10-0ubuntu1
* New upstream release.
* Incorporated all patches upstream.
* Added unix-socket-protocol package. Disabled it by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
struct read_replication_return_st {
25
25
  unsigned long long id;
 
26
  unsigned long long commit_id;
 
27
  unsigned long long end_timestamp;
 
28
  unsigned long seg_id;
26
29
  unsigned long long message_length;
27
30
  const char *message;
28
31
};