mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 19:08:12 +02:00

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.
5 lines
172 B
Text
5 lines
172 B
Text
-- source include/have_xtradb.inc
|
|
-- source include/not_embedded.inc
|
|
|
|
FLUSH NO_WRITE_TO_BINLOG changed_page_bitmaps;
|
|
select * from information_schema.changed_page_bitmaps;
|