How did I fix «mysqldump: Got error: 145: Table 'catalogsearch_fulltext' is marked as crashed and should be repaired when using LOCK TABLES» in OpenMage 19.5.2?

Step 1

CHECK TABLE catalogsearch_fulltext

Step 2

REPAIR TABLE catalogsearch_fulltext

Step 3

CHECK TABLE catalogsearch_fulltext

2024-08-19--01-16-47

Step 4

REPAIR TABLE catalogsearch_fulltext

2024-08-19--01-17-12

Step 5

CHECK TABLE catalogsearch_fulltext

2024-08-19--01-17-44

How did I fix «mysqldump: Got error: 145: Table '<…>' is marked as crashed and should be repaired when using LOCK TABLES»?