Skip to content

component/mariadb: go back to mariadb 10.3.22

Jérome Perrin requested to merge fix/mariadb_10.3 into master

We are observing mariadb crashes in ERP5 with 10.4, so revert back to 10.3

Crashes errors are:

InnoDB: Assertion failure in file .../mariadb-10.4.14/storage/innobase/lock/lock0lock.cc line 6900

in non debug mode and:

mysqld: .../mariadb-10.4.14/storage/innobase/row/row0sel.cc:4480: dberr_t row_search_mvcc(byte*, page_cur_mode_t, row_prebuilt_t*, ulint, ulint): Assertion `prebuilt->sql_stat_start || trx->state == TRX_STATE_ACTIVE || (prebuilt->table->no_rollback() && trx->state == TRX_STATE_NOT_STARTED)' failed.

in debug mode.

Merge request reports