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
7cbdd6de
Commit
7cbdd6de
authored
Jul 05, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
abba4bda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sql/item_subselect.h
sql/item_subselect.h
+1
-1
sql/sql_lex.h
sql/sql_lex.h
+2
-2
No files found.
sql/item_subselect.h
View file @
7cbdd6de
...
...
@@ -20,7 +20,7 @@
#pragma interface
/* gcc class implementation */
#endif
struct
st_select_lex
;
class
st_select_lex
;
class
JOIN
;
class
select_subselect
;
...
...
sql/sql_lex.h
View file @
7cbdd6de
...
...
@@ -236,7 +236,7 @@ class st_select_lex_unit: public st_select_lex_node {
bool
create_total_list_n_last_return
(
THD
*
thd
,
st_lex
*
lex
,
TABLE_LIST
***
result
);
};
typedef
struct
st_select_lex_unit
SELECT_LEX_UNIT
;
typedef
class
st_select_lex_unit
SELECT_LEX_UNIT
;
/*
SELECT_LEX - store information of parsed SELECT_LEX statment
...
...
@@ -284,7 +284,7 @@ class st_select_lex: public st_select_lex_node {
friend
void
mysql_init_query
(
THD
*
thd
);
};
typedef
struct
st_select_lex
SELECT_LEX
;
typedef
class
st_select_lex
SELECT_LEX
;
class
Set_option
:
public
Sql_alloc
{
public:
...
...
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