Commit 494f0117 authored by Sergei Golubchik's avatar Sergei Golubchik

fix the code to compile

parent 7d4bfba9
...@@ -783,10 +783,10 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize); ...@@ -783,10 +783,10 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
%parse-param { THD *thd } %parse-param { THD *thd }
%lex-param { THD *thd } %lex-param { THD *thd }
/* /*
Currently there are 197 shift/reduce conflicts. Currently there are 198 shift/reduce conflicts.
We should not introduce new conflicts any more. We should not introduce new conflicts any more.
*/ */
%expect 197 %expect 198
/* /*
Comments for TOKENS. Comments for TOKENS.
...@@ -1650,7 +1650,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize); ...@@ -1650,7 +1650,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
spatial_key_options fulltext_key_options normal_key_opt spatial_key_options fulltext_key_options normal_key_opt
fulltext_key_opt spatial_key_opt fulltext_key_opts spatial_key_opts fulltext_key_opt spatial_key_opt fulltext_key_opts spatial_key_opts
keep_gcc_happy keep_gcc_happy
key_using_alg key_using_alg shutdown
part_column_list part_column_list
server_def server_options_list server_option server_def server_options_list server_option
definer_opt no_definer definer definer_opt no_definer definer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment