diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2014-07-10 12:44:20 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2014-07-10 12:44:20 +0400 |
commit | afbb2e2901fe2bd8eec8edfccbe0a098cbe018c8 (patch) | |
tree | 438d77f3f85e2a0016d0beb04406060a0f978c3e /storage/myisam/ft_parser.c | |
parent | 01d47a4636a353c6133a7fb0c5160620e7764955 (diff) | |
download | mariadb-git-afbb2e2901fe2bd8eec8edfccbe0a098cbe018c8.tar.gz |
Coding style fixes: remove trailing spaces.
Diffstat (limited to 'storage/myisam/ft_parser.c')
-rw-r--r-- | storage/myisam/ft_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/ft_parser.c b/storage/myisam/ft_parser.c index 0e89d7d1b3a..5612b4bec14 100644 --- a/storage/myisam/ft_parser.c +++ b/storage/myisam/ft_parser.c @@ -329,7 +329,7 @@ MYSQL_FTPARSER_PARAM* ftparser_alloc_param(MI_INFO *info) { if (!info->ftparser_param) { - /* + /* . info->ftparser_param can not be zero after the initialization, because it always includes built-in fulltext parser. And built-in parser can be called even if the table has no fulltext indexes and |