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
7 years ago
by
Sergei Golubchik
Committed by
Aleksey Midenkov
7 years ago
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)
...
@@ -754,7 +754,6 @@ Virtual_column_info *add_virtual_expression(THD *thd, Item *expr)
%}
%}
%union {
%union {
bool BOOL;
int num;
int num;
ulong ulong_num;
ulong ulong_num;
ulonglong ulonglong_number;
ulonglong ulonglong_number;
...
@@ -1696,7 +1695,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
...
@@ -1696,7 +1695,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
optional_flush_tables_arguments
optional_flush_tables_arguments
opt_time_precision kill_type kill_option int_num
opt_time_precision kill_type kill_option int_num
opt_default_time_precision
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_if_exists_table_element opt_if_not_exists_table_element
opt_recursive
opt_recursive
...
@@ -2000,7 +1999,6 @@ END_OF_INPUT
...
@@ -2000,7 +1999,6 @@ END_OF_INPUT
%type <lex_str_list> opt_with_column_list
%type <lex_str_list> opt_with_column_list
%type <vers_range_unit> opt_trans_or_timestamp
%type <vers_range_unit> opt_trans_or_timestamp
%type <BOOL> opt_for_system_time_clause
%type <vers_column_versioning> with_or_without_system
%type <vers_column_versioning> with_or_without_system
%%
%%
...
...
This diff is collapsed.
Click to expand it.
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