mariadb/storage
Thirunarayanan Balathandayuthapani 6a2afb42ba MDEV-36487 Fix ha_innobase::check() for sequences
InnoDB does the following check for sequence table during check
table command:
- There should be only one index should exist on sequence table
- There should be only one row should exist on sequence table
- The leaf page must be the root page for the sequence table
- Delete marked record should not exist
- DB_TRX_ID and DB_ROLL_PTR of the record should be 0 and 1U << 55
2025-06-09 13:52:44 +05:30
..
archive Merge branch '11.8' into main 2025-04-18 17:11:01 +02:00
blackhole Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
columnstore Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
connect Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
csv Fix remaining typos 2025-04-29 11:18:00 +10:00
example Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
federated Fix remaining typos 2025-04-29 11:18:00 +10:00
federatedx Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg 2025-04-27 19:40:00 +02:00
heap Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
innobase MDEV-36487 Fix ha_innobase::check() for sequences 2025-06-09 13:52:44 +05:30
maria Fix remaining typos 2025-04-29 11:18:00 +10:00
mroonga Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
myisam Fix remaining typos 2025-04-29 11:18:00 +10:00
myisammrg Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
oqgraph Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
perfschema remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
rocksdb Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
sequence cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
sphinx Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
spider Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00