mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
ANALYZE FORMAT=JSON: better output and tests
- Print r_loops - Always print r_* members. Print NULL values if no scans took place - Added testcases.
This commit is contained in:
parent
0b5d989c89
commit
e235bb864d
6 changed files with 270 additions and 8 deletions
|
|
@ -99,6 +99,7 @@ public:
|
|||
void add_ll(longlong val);
|
||||
void add_double(double val);
|
||||
void add_bool(bool val);
|
||||
void add_null();
|
||||
|
||||
private:
|
||||
void add_unquoted_str(const char* val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue