Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
The command was added in 10.1.6 https://mariadb.com/kb/en/library/information-schema-changed_page_bitmaps-table/
This page should mentioned it, probably describing that it is internal command used for backup purposes: https://mariadb.com/kb/en/library/flush/
MariaDB [(none)]> FLUSH CHANGED_PAGE_BITMAPS;
|
Query OK, 0 rows affected (0.00 sec)
|
 |
MariaDB [(none)]> select version();
|
+-----------------+
|
| version() |
|
+-----------------+
|
| 10.1.29-MariaDB |
|
+-----------------+
|
1 row in set (0.00 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-7472 Implementation of user statements for handling the xtradb changed page bitmaps
- Closed
-
MDEV-14936 Test MariaDB Backup 10.1 against newest versions of 5.5 and 10.0
- Closed