1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-16 00:42:55 +03:00
Files
mariadb/mysql-test/suite/sql_sequence
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
..
2025-04-29 13:53:16 +10:00
2024-11-08 07:17:00 +01:00
2025-04-29 13:53:16 +10:00
2025-05-22 09:22:55 +02:00
2023-08-05 20:34:09 +02:00
2025-02-06 16:46:36 +01:00
2024-11-08 07:17:00 +01:00
2025-05-22 09:22:55 +02:00
2025-04-29 13:53:16 +10:00