~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/transaction.proto

  • Committer: Lee Bieber
  • Date: 2010-12-24 01:39:31 UTC
  • mfrom: (2016.3.4 bug674471)
  • Revision ID: kalebral@gmail.com-20101224013931-tcyhvk5kfomg27k6
Merge Shrews - fix bug  674471: DROP SCHEMA/TABLE IF EXISTS being logged even if the object didn't exis

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? */
511
510
}
512
511
 
513
512
/*