Coding style fixes: remove trailing spaces.
This commit is contained in:
parent
01d47a4636
commit
afbb2e2901
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user