1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00
phorge-phorge/src/infrastructure
Andre Klapper 30c47690ff Remove unused *ParallelQueries() database connection methods
Summary:
`executeParallelQueries()` is never called as `supportsParallelQueries()` returns `false` both in `AphrontDatabaseConnection` and `AphrontMySQLDatabaseConnection`.
Thus remove this unused code which was intentionally meant for HHVM which does not support PHP>=7 anyway.

P.S. Dear Facebook, if you are using this, let us know. We don't want to hurt your legacy Phabricator installation.

Closes T15919

Test Plan: Grep for both functions.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15919

Differential Revision: https://we.phorge.it/D25789
2024-09-09 15:51:46 +02:00
..
cache PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
cluster Fix PHP 8.1 strlen() error when database replication Seconds_Behind_Master is NULL 2023-06-30 13:49:32 +01:00
contentsource Drop question mark suffix from optional PHPDoc @param types 2024-09-06 19:17:00 +02:00
customfield PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
daemon PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
diff PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
edges PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
editor Fix PHP 8.1 PhabricatorEditorURIEngine::newForViewer() trim(NULL) error 2023-07-17 11:03:52 +01:00
env PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
events Change some instances of "phabricator" to "phorge" 2023-11-18 22:14:15 +00:00
export Fix exception trying to export empty task list to CSV 2024-05-02 10:29:14 +02:00
graph Render user hovercards with context information about their ability to see the context object 2021-02-13 13:37:37 -08:00
internationalization Make i18n string extraction ignore strings in test case files 2024-05-08 10:58:32 -04:00
javelin Make src/infrastructure/javelin/markup.php phabricator_form PHP 8.1 compliant 2023-06-30 15:13:20 +01:00
lint/linter Linter fixes 2015-12-03 07:44:23 +11:00
lipsum Continue moving classes with no callers in libphutil or Arcanist to Phabricator 2020-02-12 13:14:04 -08:00
log PHP 8.2: fixes for strlen() not accepting NULL anymore, part 1 2023-03-31 22:05:52 +02:00
management Add additional flags to "bin/repository rebuild-identities" to improve flexibility 2019-11-19 09:39:48 -08:00
markup PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
parser Replace invalid PHPDoc @return type boolean with bool 2024-08-22 11:17:07 +02:00
query PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
ssh Generate a random unique "Request ID" for SSH requests so processes can coordinate better 2018-03-22 13:44:30 -07:00
status Give Drydock Leases more modern status treatment 2018-02-13 13:15:57 -08:00
storage Remove unused *ParallelQueries() database connection methods 2024-09-09 15:51:46 +02:00
syntax Improve remarkup codeblock syntax highlighting when using Dark Mode 2024-03-03 15:58:03 +01:00
testing When running unit tests, ignore any custom task fields 2017-04-02 09:36:17 -07:00
time Render timezone names more readably, with spaces rather than underscores ("America/Los Angeles", not "America/Los_Angeles"). 2019-05-30 15:03:11 -07:00
util PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
PhabricatorEditor.php Mark some strings for translation 2015-06-09 23:06:52 +10:00