~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-12-26 21:16:41 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226211641-29i25ic2eqwo91ef
More casting

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_pruge_t *>(mem_alloc(sizeof(trx_purge_t)));
 
227
        purge_sys = static_cast<trx_purge_t *>(mem_alloc(sizeof(trx_purge_t)));
228
228
 
229
229
        purge_sys->state = TRX_STOP_PURGE;
230
230