~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/transaction.proto

  • Committer: Brian Aker
  • Date: 2011-01-04 00:36:55 UTC
  • mfrom: (2048.1.1 drop_table_if_exists)
  • Revision ID: brian@tangent.org-20110104003655-bog00x01s4hwi0h8
MergeĀ inĀ David.

Show diffs side-by-side

added added

removed removed

Lines of Context:
507
507
message DropTableStatement
508
508
{
509
509
  required TableMetadata table_metadata = 1; /* Minimal metadata about the table to be dropped */
 
510
  optional bool if_exists_clause = 2; /* Did the user specify an IF EXISTS clause? */
510
511
}
511
512
 
512
513
/*