~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_data.cc

  • Committer: Lee Bieber
  • Date: 2010-12-02 18:56:33 UTC
  • mfrom: (1966.3.1 bug683842)
  • mto: This revision was merged to the branch mainline in revision 1969.
  • Revision ID: kalebral@gmail.com-20101202185633-e27o1zhpev18dlsn
Merge Monty - fix bug 683842: remove generic catch blocks       

Show diffs side-by-side

added added

removed removed

Lines of Context:
526
526
  if (ret != DRIZZLE_RETURN_OK)
527
527
  {
528
528
    errorHandler(NULL, ret, "when trying to connect");
529
 
    throw 1;
 
529
    throw std::exception();
530
530
  }
531
531
 
532
532
  boost::match_flag_type flags = boost::match_default;