Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
10.6
-
None
-
None
Description
In MariaDB 10.6.1 and other versions when I created a new empty table and tried to add a PK I got this exception:
`> add primary key on table_1 (date, id_a, id_b) ...Exception: SQLSTATE[HY000]: General error: 1194 Table 'table_1' is marked as crashed and should be repaired`
If I do the same thing on a table already created and populated nothing go wrong.
MariaDB runs on a docker container.