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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
984c84c2
Commit
984c84c2
authored
Jul 05, 2002
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
86a01b39
Changes
2
Show 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 @
984c84c2
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#pragma interface
/* gcc class implementation */
#pragma interface
/* gcc class implementation */
#endif
#endif
struct
st_select_lex
;
class
st_select_lex
;
class
JOIN
;
class
JOIN
;
class
select_subselect
;
class
select_subselect
;
...
...
sql/sql_lex.h
View file @
984c84c2
...
@@ -236,7 +236,7 @@ private:
...
@@ -236,7 +236,7 @@ private:
bool
create_total_list_n_last_return
(
THD
*
thd
,
st_lex
*
lex
,
bool
create_total_list_n_last_return
(
THD
*
thd
,
st_lex
*
lex
,
TABLE_LIST
***
result
);
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
SELECT_LEX - store information of parsed SELECT_LEX statment
...
@@ -284,7 +284,7 @@ public:
...
@@ -284,7 +284,7 @@ public:
friend
void
mysql_init_query
(
THD
*
thd
);
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
{
class
Set_option
:
public
Sql_alloc
{
public:
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