~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Monty Taylor
  • Date: 2010-12-02 00:10:36 UTC
  • mto: (1968.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1969.
  • Revision ID: mordred@inaugust.com-20101202001036-tnhmv5kxw6v6r1vi
Use std::exception instead of catch(...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
755
755
        {
756
756
          // Just try to catch any random failures that could have come
757
757
          // during execution.
 
758
          unireg_abort(1);
758
759
        }
759
760
        DRIZZLE_QUERY_EXEC_DONE(0);
760
761
      }