MXS-2706: Fix maxinfo JSON output

The output now correctly formats integers.
This commit is contained in:
Markus Mäkelä
2019-10-07 11:37:24 +03:00
committed by Johan Wikman
parent e7e40b0179
commit c609042874
2 changed files with 20 additions and 1 deletions

View File

@ -64,4 +64,5 @@ private:
std::vector<std::vector<std::string>> m_rows;
ResultSet(std::initializer_list<std::string> names);
json_t* get_json_value(const std::string& s);
};