summaryrefslogtreecommitdiff
path: root/storage/myisam/ft_parser.c
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2014-07-10 12:44:20 +0400
committerSergey Vojtovich <svoj@mariadb.org>2014-07-10 12:44:20 +0400
commitafbb2e2901fe2bd8eec8edfccbe0a098cbe018c8 (patch)
tree438d77f3f85e2a0016d0beb04406060a0f978c3e /storage/myisam/ft_parser.c
parent01d47a4636a353c6133a7fb0c5160620e7764955 (diff)
downloadmariadb-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.c2
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