Commit
commit 55367dc3c696100acdae773af4e62e2c9484080d Author: Jan DankertDate: Sun Dec 4 19:35:46 2022 +0100 Fix: For PHP8: DO NOT USE TRANSACTIONS here, because MariaDB/MySql are using an implicit commit after executing DDL. MySql > 8 will support autonomic transactions with DDL, but how do we detect this? modules/cms/update/Update.class.php | 6 ------ 1 file changed, 6 deletions(-)