mirror of
https://github.com/MariaDB/server.git
synced 2026-02-05 02:09:07 +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. |
||
|---|---|---|
| .. | ||
| 8k,full_crc32.rdiff | ||
| 8k,strict_full_crc32.rdiff | ||
| 16k,full_crc32.rdiff | ||
| 16k,strict_full_crc32.rdiff | ||
| blob.result | ||
| bug36169.result | ||
| bug52745.result | ||
| bug53591.result | ||
| bug56680.result | ||
| cmp_drop_table.result | ||
| cmp_per_index.result | ||
| create_options.result | ||
| index_large_prefix.result | ||
| index_large_prefix_4k.result | ||
| index_large_prefix_8k.result | ||
| innochecksum.result | ||
| innochecksum_2.result | ||
| innochecksum_3.result | ||
| innodb-zip.result | ||
| large_blob.result | ||
| page_size,4k.rdiff | ||
| page_size,8k.rdiff | ||
| page_size.result | ||
| prefix_index_liftedlimit.result | ||
| recover.result | ||
| restart.result | ||
| wl5522_debug_zip.result | ||
| wl5522_zip.result | ||
| wl6344_compress_level.result | ||
| wl6347_comp_indx_stat.result | ||