~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Lee Bieber
  • Date: 2011-02-18 22:34:55 UTC
  • mfrom: (2172.3.22 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2183.
  • Revision ID: kalebral@gmail.com-20110218223455-5mnzzc89zhzzdfo0
Merge Brian - add safe_delete()

Show diffs side-by-side

added added

removed removed

Lines of Context:
570
570
        result->abort();
571
571
      else
572
572
        result->send_eof();
 
573
 
573
574
      delete result;
574
575
    }
575
576
    else