~laurynas-biveinis/percona-server/BT-16274-bug1105726-5.1

Viewing all changes in revision 520.

  • Committer: Laurynas Biveinis
  • Date: 2013-01-29 15:11:27 UTC
  • Revision ID: laurynas.biveinis@percona.com-20130129151127-hkmb3180gb76pnr8
Fix bug 1105726 (changed-pages related option parsing
inconsistencies).

The problem is that the INFORMATION_SCHEMA plugin name
innodb_changed_pages serves also as a command line option, and there
it is also a prefix of another command line option
innodb_changed_pages_limit.  MySQL option handling then shadows the
former with the latter, resulting in start up errors.

Fixed by renaming the innodb_changed_pages_limit option to
innodb_max_changed_pages.  Renamed corresponding source code
variables.

Added a testcase percona_changed_page_bmp_1105726.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: