mirror of
https://github.com/MariaDB/server.git
synced 2026-01-07 03:55:43 +01:00
multiple file tablespace
Problem:
=======
- innochecksum was incorrectly interpreting doublewrite buffer
pages as index pages, causing confusion about stale tables
in the system tablespace.
- innochecksum fails to parse the multi-file system tablespace
Solution:
========
1. Rewrite checksum of doublewrite buffer pages
are skipped.
2. Introduced the option --tablespace-flags which can be used
to initialize page size. This option can handle the ibdata2,
ibdata3 etc without parsing ibdata1.
This is a cherry-pick of commit 9f8716ab61
2 lines
82 B
Text
2 lines
82 B
Text
--innodb_data_file_path=ibdata1:3M;ibdata2:1M:autoextend
|
|
--innodb_sys_tablespaces
|