~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/replication_options.proto

  • Committer: Olaf van der Spek
  • Date: 2011-02-23 20:16:40 UTC
  • mto: (2197.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2198.
  • Revision ID: olafvdspek@gmail.com-20110223201640-h02xgd9ysc1qmcsk
Don't define bool, false and true in C++ mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
option optimize_for = SPEED;
6
6
 
7
7
option java_package = "org.drizzle.messages";
8
 
option java_outer_classname = "EngineMessage";
 
8
option java_outer_classname = "Replication";
9
9
 
10
10
message ReplicationOptions {
11
 
    optional bool dont_replicate = 2;
 
11
    optional bool is_replicated = 2;
12
12
}