~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-15 20:14:05 UTC
  • mfrom: (77.1.112 codestyle)
  • Revision ID: brian@tangent.org-20080715201405-hov2omn1y8k5r00o
Saving import from Monty

Show diffs side-by-side

added added

removed removed

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