stable
Clone or download
Read-only
> The SQL_CALC_FOUND_ROWS query modifier and accompanying FOUND_ROWS() function are deprecated as of MySQL 8.0.17 https://dev.mysql.com/doc/refman/8.0/en/information-functions.html#function_found-rows No functional changes Part of story #26776: configure roadmap filters Change-Id: I0d09003a36c727d218f220af743de2a6936733c2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/PaginatedArtifactDao.php | +37 | −10 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/PaginatedArtifactRows.php | +31 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/integration/Tracker/Artifact/PaginatedArtifactDaoTest.php | +4 | −4 | Go to diff View file |