[xwiki/xwiki-platform] 4e89c5: XWIKI-24632: The MySQL/MariaDB table row format ca...
Branch: refs/heads/backport/stable-17.10.x/pr-6000 Home: https://github.com/xwiki/xwiki-platform Commit: 4e89c5a0ac08726c7ae430147109a76d58b8ab18 https://github.com/xwiki/xwiki-platform/commit/4e89c5a0ac08726c7ae430147109a... Author: Vincent Massol <[email protected]> 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) * 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]> * 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 Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> --------- Co-authored-by: Claude Opus 5 (1M context) <[email protected]> (cherry picked from commit a07ef1b243ac51070be7ec569c83a1e29bf186ac) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications