MariaDB 10.6.0 compressed row_format depreciation

Until you change your rows to another format, you can use this option in mysqld:

innodb_read_only_compressed=0

From MariaDB 10.6.0, tables that are of the COMPRESSED row format are read-only by default. This is the first step towards removing write support and deprecating the feature.

Set the innodb_read_only_compressed variable to OFF to make the tables writable.