~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Lee Bieber
  • Date: 2010-10-27 18:28:56 UTC
  • mfrom: (1883.1.3 build)
  • Revision ID: kalebral@gmail.com-20101027182856-q3wqtbv1t4egkjsk
Merge Andrew - fix bug 667360: --defaults-file not processed before paths read           
Merge Andrew - fix bug 656577: Importing SQL script results in silent failure    
Merge Andrew - fix bug 667053: drizzledump minor output cleanup needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
    }
228
228
    catch (...)
229
229
    {
230
 
      std::cout << _("Error inserting into destnation database") << std::endl;
 
230
      std::cout << _("Error inserting into destination database") << std::endl;
231
231
      if (not ignore_errors)
232
232
        maybe_exit(EX_DRIZZLEERR);
233
233
    }