mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-15912: Remove traces of insert_undo
Let us simply refuse an upgrade from earlier versions if the upgrade procedure was not followed. This simplifies the purge, commit, and rollback of transactions. Before upgrading to MariaDB 10.3 or later, a clean shutdown of the server (with innodb_fast_shutdown=1 or 0) is necessary, to ensure that any incomplete transactions are rolled back. The undo log format was changed in MDEV-12288. There is only one persistent undo log for each transaction.
This commit is contained in:
@ -109,8 +109,8 @@ File::tab#.ibd
|
||||
|
||||
===============================================
|
||||
Additional information:
|
||||
Undo page type: # insert, # update, # other
|
||||
Undo page state: # active, # cached, # to_free, # to_purge, # prepared, # other
|
||||
Undo page type: #
|
||||
Undo page state: # active, # cached, # to_purge, # prepared, # other
|
||||
index_id #pages #leaf_pages #recs_per_page #bytes_per_page
|
||||
# # # # #
|
||||
# # # # #
|
||||
@ -144,8 +144,8 @@ File::tab#.ibd
|
||||
|
||||
===============================================
|
||||
Additional information:
|
||||
Undo page type: # insert, # update, # other
|
||||
Undo page state: # active, # cached, # to_free, # to_purge, # prepared, # other
|
||||
Undo page type: #
|
||||
Undo page state: # active, # cached, # to_purge, # prepared, # other
|
||||
index_id #pages #leaf_pages #recs_per_page #bytes_per_page
|
||||
# # # # #
|
||||
# # # # #
|
||||
|
Reference in New Issue
Block a user