~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/que/que0que.cc

  • Committer: Monty Taylor
  • Date: 2010-12-26 05:00:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226050019-myxhnb0bn243jf7c
More.

Show diffs side-by-side

added added

removed removed

Lines of Context:
540
540
                break;
541
541
        case QUE_NODE_THR:
542
542
 
543
 
                thr = static_cast<que_fork_t *>(node);
 
543
                thr = static_cast<que_thr_t *>(node);
544
544
 
545
545
                if (thr->magic_n != QUE_THR_MAGIC_N) {
546
546
                        fprintf(stderr,
558
558
                break;
559
559
        case QUE_NODE_UNDO:
560
560
 
561
 
                undo = static_cast<undo_node_tr *>(node);
 
561
                undo = static_cast<undo_node_t *>(node);
562
562
 
563
563
                mem_heap_free(undo->heap);
564
564