~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/transaction.proto

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
576
576
  optional AlterTableStatement alter_table_statement = 16;
577
577
  optional DropTableStatement drop_table_statement = 17;  
578
578
  optional SetVariableStatement set_variable_statement = 18;
579
 
 
580
 
  optional string raw_sql_schema = 19;
581
579
}
582
580
 
583
581
/*