Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2019-07-18 12:49:00 +03:00
5 changed files with 55 additions and 36 deletions

View File

@ -415,8 +415,6 @@ json_t* RWSplit::diagnostics_json() const
for (const auto& a : all_server_stats())
{
mxb_assert(a.second.total == a.second.read + a.second.write);
ServerStats::CurrentStats stats = a.second.current_stats();
json_t* obj = json_object();