~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/ut/ut0ut.c

A few changes to make the patch smaller/easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
 
490
490
        bufend = innobase_convert_name(buf, sizeof buf,
491
491
                                       name, namelen,
492
 
                                       trx ? trx->mysql_session : NULL,
 
492
                                       trx ? trx->mysql_thd : NULL,
493
493
                                       table_id);
494
494
 
495
495
        ssize_t ret= fwrite(buf, 1, bufend - buf, f);