mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
fixes after merge. Now it compiles and passes the test suite
Docs/manual.texi: fixed bug from merge sql/sql_delete.cc: examined rows fix sql/sql_select.cc: fix bugs from merge sql/sql_update.cc: examined rows merge completion sql/sql_yacc.yy: fixed bugs from merge
This commit is contained in:
parent
9192600eb7
commit
174fdf05a1
5 changed files with 15 additions and 4 deletions
|
|
@ -72,6 +72,13 @@ bool my_yyoverflow(short **a, YYSTYPE **b,int *yystacksize);
|
|||
|
||||
%token END_OF_INPUT
|
||||
|
||||
%token CLOSE_SYM
|
||||
%token HANDLER_SYM
|
||||
%token LAST_SYM
|
||||
%token NEXT_SYM
|
||||
%token PREV_SYM
|
||||
%token SQL_CALC_FOUND_ROWS
|
||||
|
||||
%token EQ
|
||||
%token EQUAL_SYM
|
||||
%token GE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue