~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/log/log0recv.cc

  • Committer: Monty Taylor
  • Date: 2010-12-26 03:44:24 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226034424-p300k39t2ss3upsb
Worked through page0zip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1405
1405
                        len = RECV_DATA_BLOCK_SIZE;
1406
1406
                }
1407
1407
 
1408
 
                recv_data = static_cast<recv_addr_t>(mem_heap_alloc(recv_sys->heap,
 
1408
                recv_data = static_cast<recv_addr_t *>(mem_heap_alloc(recv_sys->heap,
1409
1409
                                           sizeof(recv_data_t) + len));
1410
1410
                *prev_field = recv_data;
1411
1411