~stewart/percona-playback/cassert-header

« back to all changes in this revision

Viewing changes to src/mysql_client.cc

  • Committer: Oleg Tsarev
  • Date: 2011-05-04 21:38:59 UTC
  • mfrom: (108.1.18 sbt)
  • Revision ID: oleg.tsarev@percona.com-20110504213859-pw1mgjmuj9gz44vb
merge split_by_transaction

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
std::ostream& operator<<(std::ostream &s, MySQL_Options const &o)
24
24
{
25
 
  s << "thread_id=" << o.thread_id;
26
 
  s << ", host="         << o.host;
 
25
  s << "host="         << o.host;
27
26
  s << ", user="         << o.user;
28
27
  s << ", password="     << o.password;
29
28
  s << ", database="     << o.database;