summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fts0pars.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fts0pars.h')
-rw-r--r--storage/innobase/include/fts0pars.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/innobase/include/fts0pars.h b/storage/innobase/include/fts0pars.h
index 50f636944e5..8108e811599 100644
--- a/storage/innobase/include/fts0pars.h
+++ b/storage/innobase/include/fts0pars.h
@@ -53,9 +53,9 @@ typedef union YYSTYPE
/* Line 2068 of yacc.c */
#line 61 "fts0pars.y"
- int oper;
- char* token;
- fts_ast_node_t* node;
+ int oper;
+ fts_ast_string_t* token;
+ fts_ast_node_t* node;