Today I updated HomeAssistant and MariaDB (both in docker) to the latest version, and now I have errors in MariaDB, related to stats of HA it seems:
2022-05-24 21:29:46 13 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'histogram' at position 10 to have type longblob, found type varbinary(255).
2022-05-24 21:29:46 13 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'hist_type' at position 9 to have type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB'), found type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB').
HA seems to work normally, nothing special in the logs.
HA was updated from 2022.5.4 to 2022.5.5
MariaDB was updated from 1:10.7.3+maria~focal to 1:10.8.3+maria~jammy
Does anyone knows what is wrong and how to fix this?