Commit afbb2e29 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Coding style fixes: remove trailing spaces.

parent 01d47a46
...@@ -329,7 +329,7 @@ MYSQL_FTPARSER_PARAM* ftparser_alloc_param(MI_INFO *info) ...@@ -329,7 +329,7 @@ MYSQL_FTPARSER_PARAM* ftparser_alloc_param(MI_INFO *info)
{ {
if (!info->ftparser_param) if (!info->ftparser_param)
{ {
/* /*
. info->ftparser_param can not be zero after the initialization, . info->ftparser_param can not be zero after the initialization,
because it always includes built-in fulltext parser. And built-in because it always includes built-in fulltext parser. And built-in
parser can be called even if the table has no fulltext indexes and parser can be called even if the table has no fulltext indexes and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment