~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

Merged in codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5963
5963
        mutex_enter_noninline(&srv_dict_tmpfile_mutex);
5964
5964
        rewind(srv_dict_tmpfile);
5965
5965
 
5966
 
        fprintf(srv_dict_tmpfile, "InnoDB free: %lu kB",
 
5966
        fprintf(srv_dict_tmpfile, "InnoDB free: %"PRIu64" kB",
5967
5967
                fsp_get_available_space_in_free_extents(
5968
5968
                        prebuilt->table->space));
5969
5969