~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/udf_ms.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-22 12:09:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: olafvdspek@gmail.com-20110822120932-ps6p9cmtuz9yx3by
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
 
299
299
void pbms_insert_blob_trig_deinit(UDF_INIT *initid)
300
300
{
301
 
        if (initid->ptr)
302
 
                free(initid->ptr);
 
301
  free(initid->ptr);
303
302
}
304
303
 
305
304
#define INT_ARG(a)  (*((longlong*) a))