mariadb/storage/innobase/handler
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
..
ha_innodb.cc MDEV-36487 Fix ha_innobase::check() for sequences 2025-06-09 13:52:44 +05:30
ha_innodb.h Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
handler0alter.cc Merge branch '11.8' into 12.0 2025-05-22 09:22:55 +02:00
i_s.cc Merge branch '11.8' into main 2025-04-18 17:11:01 +02:00
i_s.h Merge 10.5 into 10.6 2021-08-23 11:21:33 +03:00