diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-06-23 14:36:24 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-06-23 14:46:06 +0300 |
commit | b7ff2f1b59c42171ff50fc682e8f723f0713d688 (patch) | |
tree | 80c8e5adc91626aaa7fdc6c12a424398ae309ab4 /mysql-test/r/mysqld--help.result | |
parent | d3b7eb7b99ef7dae79c20b5beb63acdfdf6d8046 (diff) | |
download | mariadb-git-b7ff2f1b59c42171ff50fc682e8f723f0713d688.tar.gz |
MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps
Introduce a new dummy INFORMATION_SCHEMA.CHANGED_PAGE_BITMAPS table to XtraDB
with reset_table callback to allow FLUSH NO_WRITE_TO_BINLOG CHANGED_PAGE_BITMAPS
to be called from innobackupex.
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 8abda849494..5dfa73b5647 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -96,6 +96,9 @@ The following options may be given as the first argument: --bulk-insert-buffer-size=# Size of tree cache used in bulk insert optimisation. Note that this is a limit per thread! + --changed-page-bitmaps[=name] + Enable or disable CHANGED_PAGE_BITMAPS plugin. One of: + ON, OFF, FORCE (don't start if the plugin fails to load). --character-set-client-handshake Don't ignore client side character set value sent during handshake. @@ -1126,6 +1129,7 @@ binlog-optimize-thread-scheduling TRUE binlog-row-event-max-size 1024 binlog-stmt-cache-size 32768 bulk-insert-buffer-size 8388608 +changed-page-bitmaps ON character-set-client-handshake TRUE character-set-filesystem binary character-set-server latin1 |