Branch: refs/heads/XWIKI-24632 Home: https://github.com/xwiki/xwiki-platform Commit: 348c3e4c6b560d8b9838d2c1e123a4eae945a85f https://github.com/xwiki/xwiki-platform/commit/348c3e4c6b560d8b9838d2c1e123a... Author: Vincent Massol <[email protected]> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/MySQLHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/store/hibernate/internal/MySQLHibernateAdapterTest.java Log Message: ----------- XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database * Qualify the ALTER TABLE ... ROW_FORMAT statement with the database of the current wiki, so that it no longer depends on the database currently selected in the pooled JDBC connection * Add unit tests for MySQLHibernateAdapter#getAlterRowFormatString Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications