summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-10-16 12:16:10 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-10-16 12:16:10 +0400
commite62e1e8a3b82f037cb3c76986327b36647288a2d (patch)
tree29aeada532911991bd80f0e6a5b898247b75b67d /sql
parent4bed7aa858e7946471fb37ce30f3273ec28867ce (diff)
downloadmariadb-git-e62e1e8a3b82f037cb3c76986327b36647288a2d.tar.gz
Better comments
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_explain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h
index 12621b88d23..1309a02481b 100644
--- a/sql/sql_explain.h
+++ b/sql/sql_explain.h
@@ -21,8 +21,8 @@
These structures
- Can be produced inexpensively from query plan.
- - Store sufficient information to produce a tabular and/or a json EXPLAIN
- - Have methods that produce a tabular output.
+ - Store sufficient information to produce tabular EXPLAIN output (the goal is
+ to be able to produce JSON also)
*************************************************************************************/