1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix typos in JSON MRR output

This commit is contained in:
Sergei Petrunia
2015-09-24 16:31:45 +03:00
parent 7016621596
commit 125001881d
3 changed files with 7 additions and 3 deletions

View File

@ -1492,7 +1492,7 @@ EXPLAIN
"buffer_type": "flat",
"buffer_size": "256Kb",
"join_type": "BKA",
"mrr_type": "; Rowid-ordered scan"
"mrr_type": "Rowid-ordered scan"
}
}
}
@ -1535,7 +1535,7 @@ ANALYZE
"buffer_type": "flat",
"buffer_size": "256Kb",
"join_type": "BKA",
"mrr_type": "; Rowid-ordered scan",
"mrr_type": "Rowid-ordered scan",
"r_filtered": 100
}
}