From afbb2e2901fe2bd8eec8edfccbe0a098cbe018c8 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Thu, 10 Jul 2014 12:44:20 +0400 Subject: Coding style fixes: remove trailing spaces. --- storage/myisam/ft_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/myisam/ft_parser.c') 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 -- cgit v1.2.1