Skip to content

Commit

Permalink
to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 10, 2025
1 parent 0f03400 commit ddf0b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ public function getStats() {
}
}
} catch (mysqli_sql_exception $e) {
// TODO: when the table is distributed (in case of sharding), SHOW TABLE STATUS
throw new Exception("ERROR querying status: " . $e->getMessage());
}

Expand Down

0 comments on commit ddf0b68

Please sign in to comment.