Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: be97594afd588a407890c20f7e7512b396ec3f3f https://github.com/xwiki/xwiki-platform/commit/be97594afd588a407890c20f7e751... Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: 2026-08-25 (Tue, 25 Aug 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 M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/it/org/xwiki/wiki/test/ui/WikiManagerRestIT.java Log Message: ----------- XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database (#6000) (#6224) * 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 * XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database * Add a functional test asserting that the row format of the xwikircs table of a newly created subwiki is set in that wiki's own database, skipped when not running on MySQL/MariaDB * Trim MySQLHibernateAdapterTest down to the qualified statement and the fallback when there is no current wiki, now that the effect is covered by the functional test --------- (cherry picked from commit a07ef1b243ac51070be7ec569c83a1e29bf186ac) Co-authored-by: Vincent Massol <[email protected]> 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