diff options
Diffstat (limited to 'sql/gstream.h')
-rw-r--r-- | sql/gstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/gstream.h b/sql/gstream.h index a1850e9a333..d3a40f4e7e0 100644 --- a/sql/gstream.h +++ b/sql/gstream.h @@ -39,6 +39,7 @@ public: } enum enum_tok_types get_next_toc_type(); + bool lookup_next_word(LEX_STRING *res); bool get_next_word(LEX_STRING *); bool get_next_number(double *); bool check_next_symbol(char); |