aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.44
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-12-02 18:44:52 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-12-02 18:44:52 +0000
commit8ff3e39601594f1c77146adbdab73ee480b47a62 (patch)
tree7f0d80dfd4afbf8c37f6f1fd9ac880ecf8742770 /RELEASE-NOTES-1.44
parenta65666e55bd73ee33fad96d811b92054998ccfb4 (diff)
parent2b63f31ff3ddd60fe9d01a556f4bfe30e8ab602e (diff)
downloadmediawikicore-8ff3e39601594f1c77146adbdab73ee480b47a62.tar.gz
mediawikicore-8ff3e39601594f1c77146adbdab73ee480b47a62.zip
Merge "rdbms: rename LBFactory/LoadBalancer trxRoundId field to trxRoundFname"
Diffstat (limited to 'RELEASE-NOTES-1.44')
-rw-r--r--RELEASE-NOTES-1.442
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44
index 31d8b23e4fe8..60343ac7dbf1 100644
--- a/RELEASE-NOTES-1.44
+++ b/RELEASE-NOTES-1.44
@@ -131,6 +131,8 @@ because of Phabricator reports.
may require updates in any classes implementing these interfaces, including
external extensions. Extensions such as Translate, Flow, and ReadingLists
require compatibility patches to support these changes.
+* IDatabase::LB_TRX_ROUND_ID was removed and IDatabase::LB_READ_ONLY_REASON
+ was marked as an internal constant.
* The ParsoidOutputAccess class marked @unstable from creation and
deprecated with all of its methods in 1.43, has been removed.
* IDatabase::onAtomicSectionCancel() has been removed without deprecation