Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10133
workaround.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 22 2014, 1:08 AM
2014-11-22 01:08:55 (UTC+0)
Size
601 B
Referenced Files
None
Subscribers
None
workaround.patch
View Options
diff --git a/includes/db/LoadBalancer.php b/includes/db/LoadBalancer.php
index 0e455e0..f0448fb 100644
--- a/includes/db/LoadBalancer.php
+++ b/includes/db/LoadBalancer.php
@@ -926,7 +926,7 @@ class LoadBalancer {
continue;
}
foreach ( $conns2[$masterIndex] as $conn ) {
- if ( $conn->writesOrCallbacksPending() ) {
+ if ( true ) {
$conn->commit( __METHOD__ );
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9619
Default Alt Text
workaround.patch (601 B)
Attached To
Mode
T44592: User rights, preferences and other things are not saving in 1.20.1
Attached
Detach File
Event Timeline
Log In to Comment