~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/transaction.proto

  • Committer: Lee Bieber
  • Date: 2011-03-02 16:42:17 UTC
  • mfrom: (2213.1.4 build)
  • Revision ID: kalebral@gmail.com-20110302164217-3svex1wt5yj5n2th
Merge Derks  712194: Add default plugin configs to source 
Merge Patrick - 727506: Can't run dbqp on rhel 5.5
Merge Shrews - 720433: 'replication' schema being used vs. actual schema for certain INSERTs with the slave-plugin
Merge Olaf - Refactor dynamic_array

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;
579
581
}
580
582
 
581
583
/*