~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/transaction.proto

add a working test case, and more fixes so the test case works

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
message DeleteRecord
414
414
{
415
415
  repeated bytes key_value = 1;
416
 
  repeated bool is_null = 2;
417
416
}
418
417
 
419
418
/*