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
fd3a3c22
Commit
fd3a3c22
authored
Oct 29, 2005
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor comments.
parent
351ac284
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
sql/sql_lex.h
sql/sql_lex.h
+1
-1
sql/table.h
sql/table.h
+4
-4
No files found.
sql/sql_lex.h
View file @
fd3a3c22
...
...
@@ -804,7 +804,7 @@ typedef struct st_lex
/*
A flag that indicates what kinds of derived tables are present in the
query (0 if no derived tables, otherwise a combination of flags
DERIVED_SUBQUERY and DERIVED_VIEW.
DERIVED_SUBQUERY and DERIVED_VIEW
)
.
*/
uint8
derived_tables
;
uint8
create_view_algorithm
;
...
...
sql/table.h
View file @
fd3a3c22
...
...
@@ -550,13 +550,13 @@ typedef struct st_table_list
*/
st_table_list
*
referencing_view
;
/*
s
ecurity context (non-zero only for tables which belong
to view with SQL SE
Q
URITY DEFINER)
S
ecurity context (non-zero only for tables which belong
to view with SQL SE
C
URITY DEFINER)
*/
Security_context
*
security_ctx
;
/*
t
his view security context (non-zero only for views with
SQL SE
Q
URITY DEFINER)
T
his view security context (non-zero only for views with
SQL SE
C
URITY DEFINER)
*/
Security_context
*
view_sctx
;
/*
...
...
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