~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/page/page0cur.cc

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
879
879
        if (mismatch_index + end_seg_len < sizeof buf1) {
880
880
                buf = buf1;
881
881
        } else {
882
 
                buf = mem_alloc(mismatch_index + end_seg_len);
 
882
                buf = static_cast<byte *>(mem_alloc(mismatch_index + end_seg_len));
883
883
        }
884
884
 
885
885
        /* Build the inserted record to buf */