~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/btr/btr0btr.c

Merge Monty - Updates to pandora-build to support features of gcc 4.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2006
2006
insert_empty:
2007
2007
                ut_ad(!split_rec);
2008
2008
                ut_ad(!insert_left);
2009
 
                buf = mem_alloc(rec_get_converted_size(cursor->index,
2010
 
                                                       tuple, n_ext));
 
2009
                buf = (unsigned char *)mem_alloc(rec_get_converted_size(cursor->index,
 
2010
                                                                        tuple, n_ext));
2011
2011
 
2012
2012
                first_rec = rec_convert_dtuple_to_rec(buf, cursor->index,
2013
2013
                                                      tuple, n_ext);