Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44
index 9e1b66947ca..eab4bc13de4 100644
--- a/RELEASE-NOTES-1.44
+++ b/RELEASE-NOTES-1.44
@@ -639,6 +639,7 @@ because of Phabricator reports.
* Title::deleteTitleProtection(), deprecated in 1.37, now emits warnings.
Use RestrictionStore::deleteCreateProtection() instead.
* IDatabase::setTransactionListener() is now deprecated without replacement.
+* ILoadBalancer::setTransactionListener() is now deprecated without replacement.
* ILBFactory::setWaitForReplicationListener() is now deprecated without
replacement.
* Maintenance::beginTransaction(), Maintenance::commitTransaction(),
diff --git a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php
index 1725d9fbd93..486a5f49dd8 100644
--- a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php
+++ b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php
@@ -471,6 +471,7 @@ interface ILoadBalancer {
*
* @param string $name Callback name
* @param callable|null $callback
+ * @deprecated Since 1.44
*/
public function setTransactionListener( $name, ?callable $callback = null );

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (1 d, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227712
Default Alt Text
(1 KB)

Event Timeline