Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14063703
D16948.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D16948.diff
View Options
diff --git a/src/applications/search/fulltextstorage/PhabricatorMySQLFulltextStorageEngine.php b/src/applications/search/fulltextstorage/PhabricatorMySQLFulltextStorageEngine.php
--- a/src/applications/search/fulltextstorage/PhabricatorMySQLFulltextStorageEngine.php
+++ b/src/applications/search/fulltextstorage/PhabricatorMySQLFulltextStorageEngine.php
@@ -238,7 +238,7 @@
} else {
$select[] = qsprintf(
$conn,
- 'document.dateCreated AS fieldScore');
+ 'document.documentCreated AS fieldScore');
}
$exclude = $query->getParameter('exclude');
diff --git a/src/infrastructure/cluster/PhabricatorDatabaseRef.php b/src/infrastructure/cluster/PhabricatorDatabaseRef.php
--- a/src/infrastructure/cluster/PhabricatorDatabaseRef.php
+++ b/src/infrastructure/cluster/PhabricatorDatabaseRef.php
@@ -635,7 +635,7 @@
$application_replicas = array();
$default_replicas = array();
foreach ($replicas as $replica) {
- $master = $replica->getMaster();
+ $master = $replica->getMasterRef();
if ($master->isApplicationHost($application)) {
$application_replicas[] = $replica;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 7:50 PM (14 h, 19 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6733919
Default Alt Text
D16948.diff (1 KB)
Attached To
Mode
D16948: Fix two errors from the error logs
Attached
Detach File
Event Timeline
Log In to Comment