1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

typos in comments, minor stylistic edits

This commit is contained in:
Sergei Golubchik
2015-10-05 09:47:45 +02:00
parent cf50e13fbd
commit e8daa41885
6 changed files with 19 additions and 20 deletions

View File

@ -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,