summaryrefslogtreecommitdiff
path: root/storage/innobase/fts/fts0tlex.l
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/fts/fts0tlex.l')
-rw-r--r--storage/innobase/fts/fts0tlex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/fts/fts0tlex.l b/storage/innobase/fts/fts0tlex.l
index 8b04a9fecf1..8c42678ac7a 100644
--- a/storage/innobase/fts/fts0tlex.l
+++ b/storage/innobase/fts/fts0tlex.l
@@ -57,7 +57,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
return(FTS_TEXT);
}
-[^" \n]* {
+[^" \n\%]* {
val->token = strdup(fts0tget_text(yyscanner));
return(FTS_TERM);