- Affected version
- 2.3.7
The default for innodb_snapshot_isolation has changed to default on from MariaDB 11.6.2 which changes transaction behavior.
This can causes errors such as:
I can't actually see the change in major version notes, only in the 11.6.2/11.7.1 point release notes. So it wasn't documented well despite being a major change in transaction handling
This can causes errors such as:
Code:
XF\Db\Exception: MySQL query error [1020]: Record has changed since last read in table 'xf_user' src/XF/Db/AbstractStatement.php:230
Code:
XF\Db\Exception: MySQL query error [1020]: Record has changed since last read in table 'xf_data_registry' src/XF/Db/AbstractStatement.php:230
I can't actually see the change in major version notes, only in the 11.6.2/11.7.1 point release notes. So it wasn't documented well despite being a major change in transaction handling

Last edited: