MXS-2605: Remove false debug assertion

The assertion doesn't count executed session commands and thus is not
reliable.
This commit is contained in:
Markus Mäkelä 2019-07-16 21:45:13 +03:00
parent c878d796be
commit 3649efde0b
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

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();