mariadb/storage
Marko Mäkelä 98293130c3 MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table
PageConverter::update_header(): Remove an unnecessary write.
The field that was originally called FIL_PAGE_FILE_FLUSH_LSN only
made sense for the first page of the system tablespace
(initially, for the first page of each file of the system tablespace).
It never had any meaning for .ibd files, and it lost its original
meaning in MariaDB Server 10.8.1 when
commit b07920b634 (MDEV-27199)
removed the ability to start without ib_logfile0.

If the most significant 32 bits of the LSN are nonzero, this
unnecessary write would write the wrong encryption key identifier
to the page. The first page of any file is never encrypted,
so normally those bytes should be 0 for any .ibd file.
2022-06-09 10:57:28 +03:00
..
archive MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-27 00:50:55 +10:00
blackhole Merge branch '10.2' into 10.3 2020-10-30 17:23:53 +01:00
cassandra Merge 10.2 into 10.3 2021-11-29 10:33:06 +02:00
connect MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting data 2022-05-27 11:15:07 +10:00
csv MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-27 00:50:55 +10:00
example MDEV-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variables 2022-02-18 13:10:20 +09:00
federated MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-27 00:50:55 +10:00
federatedx Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
heap MDEV-21373 DBUG compilation - bad synchronization in ha_heap::external_lock() 2021-06-04 15:02:48 +02:00
innobase MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table 2022-06-09 10:57:28 +03:00
maria Fixed bug in ma_loghandler.cc that could cause an assert 2022-05-30 17:26:48 +03:00
mroonga MDEV-21108 Add option for setting install paths of groonga 2021-12-02 16:40:29 +02:00
myisam Merge branch '10.2' into 10.3 2021-11-12 00:08:53 +01:00
myisammrg Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
oqgraph Merge 10.2 into 10.3 2021-11-29 10:33:06 +02:00
perfschema Merge 10.2 into 10.3 2022-03-29 09:53:15 +03:00
rocksdb MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non_index_pages_written 2022-05-16 13:41:53 +03:00
sequence MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-27 00:50:55 +10:00
sphinx MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-27 00:50:55 +10:00
spider MDEV-28301 Spider: Fix GCC warnings, comparing the result of pointer addition ... and NULL 2022-05-13 21:32:49 +09:00
test_sql_discovery Merge 10.2 into 10.3 2021-10-28 07:50:05 +03:00
tokudb Merge 10.2 into 10.3 2021-11-29 10:33:06 +02:00