~stewart/percona-playback/cassert-header

« back to all changes in this revision

Viewing changes to test/mysql_client/connect_by_socket.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:
6
6
public:
7
7
  virtual MySQL_Options options() const
8
8
  {
9
 
    MySQL_Options result= get_mysql_client_options(0);
 
9
    MySQL_Options result= get_mysql_client_options();
10
10
    result.host= Host();
11
11
    result.port= 0;
12
12
    return result;