stable

Clone or download

Read-only

Plugins can be installed/uninstalled on MySQL 8.0

The main goal of this contribution is to make DBTablesDaoLoadKnowDataUTF8MB4Test passes the tests. Some migrations/upgrades code has been updated as well because the issues were spotted at the same time. The migration/upgrade files od the docman plugin have been removed. They contained code not compatible with MySQL 8.0 and are not useful anymore. Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: I7d350240951f0df7d8b94b9fd5f99258fff39a9d

Modified Files

Name
M plugins/cardwall/db/mysql/updates/2013/201308261539_add_cardfields_semantic_table.php +1 −1 Go to diff View file
M plugins/docman/db/install.sql +11 −11 Go to diff View file
D plugins/docman/db/migrate.pl +0 −260 Go to diff View file
M plugins/docman/db/mysql/updates/201010201624_add_table_plugin_docman_item_deleted.php +3 −3 Go to diff View file
D plugins/docman/db/upgrade_001.sql +0 −61 Go to diff View file
D plugins/docman/db/upgrade_002.sql +0 −59 Go to diff View file
D plugins/docman/db/upgrade_003.sql +0 −1 Go to diff View file
D plugins/docman/db/upgrade_004.sql +0 −4 Go to diff View file
D plugins/docman/db/upgrade_005.sql +0 −2 Go to diff View file
D plugins/docman/db/upgrade_006.sql +0 −1 Go to diff View file
D plugins/docman/db/upgrade_v2.1_001.sql +0 −1 Go to diff View file
D plugins/docman/db/upgrade_v2.1_002.sql +0 −44 Go to diff View file
D plugins/docman/db/upgrade_v2.2.sql +0 −13 Go to diff View file
D plugins/docman/db/upgrade_v2.3.sql +0 −2 Go to diff View file
D plugins/docman/db/upgrade_v2.4.sql +0 −1 Go to diff View file
D plugins/docman/db/upgrade_v2.5.sql +0 −7 Go to diff View file
D plugins/docman/db/upgrade_v2.6.php +0 −128 Go to diff View file
D plugins/docman/db/upgrade_v2_001.pl +0 −97 Go to diff View file
D plugins/docman/db/upgrade_v2_002.sql +0 −5 Go to diff View file
D plugins/docman/db/upgrade_v2_003.sql +0 −14 Go to diff View file
M plugins/graphontrackersv5/db/install.sql +1 −1 Go to diff View file
M plugins/hudson/db/install.sql +5 −5 Go to diff View file
M plugins/proftpd/db/install.sql +2 −2 Go to diff View file
M plugins/svn/db/install.sql +2 −2 Go to diff View file
M plugins/testmanagement/db/install.sql +5 −5 Go to diff View file
M plugins/testmanagement/db/mysql/updates/2018/2018005141637_add_stepdef_table.php +2 −2 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201612091720_use_only_rank_for_artifact_priority.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ColumnsDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldsetsDao.class.php +18 −18 Go to diff View file
M src/db/mysql/legacy_dashboards.sql +17 −17 Go to diff View file
M src/db/mysql/updates/2017/201705161407_create_tables_dashboards_lines.php +1 −1 Go to diff View file
M src/db/mysql/updates/2017/201705161407_create_tables_dashboards_lines_columns.php +1 −1 Go to diff View file
M src/db/mysql/updates/2017/201705161407_create_tables_dashboards_lines_columns_widgets.php +1 −1 Go to diff View file