Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585304
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44
index befb24f2e76..ca9b107db6c 100644
--- a/RELEASE-NOTES-1.44
+++ b/RELEASE-NOTES-1.44
@@ -637,6 +637,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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (1 d, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227711
Default Alt Text
(1 KB)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment