~mordred/drizzle/devel

« back to all changes in this revision

Viewing changes to drizzled/message/statement_transform.cc

Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
    if (should_quote_field_value)
544
544
      destination->push_back('\'');
545
545
  }
546
 
  if (num_key_fields > 1)
547
 
    destination->push_back(')');
548
546
 
549
547
  return error;
550
548
}