~mordred/percona-xtradb/drizzle-release-merge

« back to all changes in this revision

Viewing changes to buf/buf0buf.c

  • Committer: Vadim Tkachenko
  • Date: 2008-12-21 03:52:12 UTC
  • mfrom: (16.1.1 drizzle)
  • Revision ID: vadim@percona.com-20081221035212-d4q8mywlfyqi8wxi
Tree compatible with Drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
 
358
358
                        fprintf(stderr,
359
359
                                "  InnoDB: Error: page %lu log sequence number"
360
 
                                " %llu\n"
 
360
                                " %"PRIu64"\n"
361
361
                                "InnoDB: is in the future! Current system "
362
 
                                "log sequence number %llu.\n"
 
362
                                "log sequence number %"PRIu64".\n"
363
363
                                "InnoDB: Your database may be corrupt or "
364
364
                                "you may have copied the InnoDB\n"
365
365
                                "InnoDB: tablespace but not the InnoDB "