~percona-dev/percona-xtrabackup/docs-updates-bug-783453-F

« back to all changes in this revision

Viewing changes to patches/xtradb51.patch

  • Committer: Alexey Kopytov
  • Date: 2011-05-11 09:00:10 UTC
  • Revision ID: akopytov@gmail.com-20110511090010-q9x8h3pvvmz1lh1x
- Restored the ability to build against InnoDB plugin in 5.1
- Fixed a compiler warning in log0recv.c introduced by innodb51.patch,
  innodb51_builtin.patch and xtradb51.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
716
716
                                "InnoDB: Doing recovery: scanned up to"
717
717
-                               " log sequence number %llu\n",
718
718
-                               *group_scanned_lsn);
719
 
+                               " log sequence number %llu (%lu %)\n",
 
719
+                               " log sequence number %llu (%lu %%)\n",
720
720
+                               *group_scanned_lsn,
721
721
+                               (ulong) (*group_scanned_lsn - srv_oldest_lsn)
722
722
+                               / (8 * log_group_get_capacity(UT_LIST_GET_FIRST(log_sys->log_groups))/900)