summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-10-05 09:47:45 +0200
committerSergei Golubchik <serg@mariadb.org>2015-10-05 17:14:14 +0200
commite8daa41885b50094285f82f2a95e882b3dcab153 (patch)
tree04c9befaef4ce3b23f85803015f124b3d85428b3 /sql/handler.h
parentcf50e13fbd1b4d27a3542fe2751216d274eb7493 (diff)
downloadmariadb-git-e8daa41885b50094285f82f2a95e882b3dcab153.tar.gz
typos in comments, minor stylistic edits
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 674b58aacd7..a0c9855cfde 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1264,7 +1264,7 @@ struct handlerton
the summary / group by query.
If the storage engine can't do that, return NULL.
- This is only called for SELECT's where all tables are from the same
+ The server guaranteeds that all tables in the list belong to this
storage engine.
*/
group_by_handler *(*create_group_by)(THD *thd, SELECT_LEX *select_lex,