X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FIDatabase.php;h=43592e274373cebe0ec3fc1f31def2319b49f342;hb=501d34c5995b67111d527828946f2a6ed7709849;hp=9dcbd7f27823e53951794460b8b863ad2b176d91;hpb=cb934efb65dc3cdeb2b4dc124bde0aa5aeb5bbf6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/IDatabase.php b/includes/db/IDatabase.php index 9dcbd7f278..43592e2743 100644 --- a/includes/db/IDatabase.php +++ b/includes/db/IDatabase.php @@ -1156,7 +1156,6 @@ interface IDatabase { /** * Determines how long the server has been up - * STUB * * @return int */ @@ -1164,7 +1163,6 @@ interface IDatabase { /** * Determines if the last failure was due to a deadlock - * STUB * * @return bool */ @@ -1172,16 +1170,14 @@ interface IDatabase { /** * Determines if the last failure was due to a lock timeout - * STUB * * @return bool */ public function wasLockTimeout(); /** - * Determines if the last query error was something that should be dealt - * with by pinging the connection and reissuing the query. - * STUB + * Determines if the last query error was due to a dropped connection and should + * be dealt with by pinging the connection and reissuing the query. * * @return bool */ @@ -1189,7 +1185,6 @@ interface IDatabase { /** * Determines if the last failure was due to the database being read-only. - * STUB * * @return bool */