~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_data.cc

  • Committer: Monty Taylor
  • Date: 2010-12-06 21:17:06 UTC
  • mto: (1977.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1980.
  • Revision ID: mordred@inaugust.com-20101206211706-iiuzzkxhh3fm10zf
Add ability to add a validation function to any sys_var. duh.

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;