admin: SHOW STATS (#46)

* admin: show stats

* warning

* tests

* lint

* type mod
This commit is contained in:
Lev Kokotov
2022-02-25 18:20:15 -08:00
committed by GitHub
parent 8e0682482d
commit f74101cdfe
7 changed files with 184 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ pub async fn show_response(
row_desc.put_i16(-1);
// Type modifier: none that I know
row_desc.put_i32(0);
row_desc.put_i32(-1);
// Format being used: text (0), binary (1)
row_desc.put_i16(0);