~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Eric Day
  • Date: 2009-08-31 23:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1134.
  • Revision ID: eday@oddments.org-20090831235037-hwwe6zhq94o4lxtd
Removed purecov messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2573
2573
 
2574
2574
static int reconnect(void)
2575
2575
{
2576
 
  /* purecov: begin tested */
2577
2576
  if (opt_reconnect)
2578
2577
  {
2579
2578
    put_info(_("No connection. Trying to reconnect..."),INFO_INFO,0,0);
2583
2582
  }
2584
2583
  if (!connected)
2585
2584
    return put_info(_("Can't connect to the server\n"),INFO_ERROR,0,0);
2586
 
  /* purecov: end */
2587
2585
  return 0;
2588
2586
}
2589
2587
 
3624
3622
    else
3625
3623
    {
3626
3624
      /* Quick re-connect */
3627
 
      opt_rehash= 0;                            /* purecov: tested */
 
3625
      opt_rehash= 0;
3628
3626
    }
3629
3627
    // command used
3630
3628
    assert(buffer!=NULL);