mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
When logging ROW_T_INSERT or ROW_T_UPDATE records, we did not normalize the DB_TRX_ID of the current transaction into 0 if the current transaction had started (modifying other tables) before the ALTER TABLE started. MDEV-13654 introduced this normalization for ROW_T_DELETE and for all operations with ADD PRIMARY KEY, in row_log_table_get_pk().
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
[redundant]
|
|
innodb_default_row_format=redundant
|
|
[dynamic]
|
|
innodb_default_row_format=dynamic
|