diff options
Diffstat (limited to 'innobase/include/pars0sym.h')
-rw-r--r-- | innobase/include/pars0sym.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/pars0sym.h b/innobase/include/pars0sym.h index a40523861dd..633a49e3cb5 100644 --- a/innobase/include/pars0sym.h +++ b/innobase/include/pars0sym.h @@ -152,7 +152,7 @@ struct sym_tab_struct{ parser */ const char* sql_string; /* SQL string to parse */ - int string_len; + size_t string_len; /* SQL string length */ int next_char_pos; /* position of the next character in |