Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9d2f1dde
Commit
9d2f1dde
authored
Nov 30, 2017
by
Sergei Golubchik
Committed by
Aleksey Midenkov
Dec 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove BOOL
use num as the rest of the parser
parent
a46f585a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
sql/sql_yacc.yy
sql/sql_yacc.yy
+1
-3
No files found.
sql/sql_yacc.yy
View file @
9d2f1dde
...
...
@@ -754,7 +754,6 @@ Virtual_column_info *add_virtual_expression(THD *thd, Item *expr)
%}
%union {
bool BOOL;
int num;
ulong ulong_num;
ulonglong ulonglong_number;
...
...
@@ -1696,7 +1695,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
optional_flush_tables_arguments
opt_time_precision kill_type kill_option int_num
opt_default_time_precision
case_stmt_body opt_bin_mod
case_stmt_body opt_bin_mod
opt_for_system_time_clause
opt_if_exists_table_element opt_if_not_exists_table_element
opt_recursive
...
...
@@ -2000,7 +1999,6 @@ END_OF_INPUT
%type <lex_str_list> opt_with_column_list
%type <vers_range_unit> opt_trans_or_timestamp
%type <BOOL> opt_for_system_time_clause
%type <vers_column_versioning> with_or_without_system
%%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment