~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0purge.c

  • Committer: Brian Aker
  • Date: 2011-01-05 16:29:27 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20110105162927-fi2gnmlz35qcagik
Add additional gperf for non-reserved SQL keywords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
{
225
225
        ut_ad(mutex_own(&kernel_mutex));
226
226
 
227
 
        purge_sys = static_cast<trx_purge_t *>(mem_alloc(sizeof(trx_purge_t)));
 
227
        purge_sys = mem_alloc(sizeof(trx_purge_t));
228
228
 
229
229
        purge_sys->state = TRX_STOP_PURGE;
230
230