🇩🇪Germany Kulturmensch
After upgrading to Drupal Version 10.1.0 I get the following error:
Transaction isolation level READ-COMMITTED
For this to work correctly, all tables must have a primary key. The following table(s) do not have a primary key: honeypot_user. See the setting MySQL transaction isolation level page for more information.
My configuration:
php 8.27
MariaDB 10.11.4
nginx 1.24.0
Ubuntu 20.04.6 LTS
I could get rid of this error by adding a primary key to the table honeypot_usr in the related DB but I am not sure whether this is a good solution. However it should become fixed as not every user can/would like to modify via sql-commands its DB:
🇩🇪Germany Kulturmensch
Kulturmensch → created an issue.