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
efbdd24c
Commit
efbdd24c
authored
Nov 02, 2005
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
found problem removed
parent
35cc6325
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
sql/sql_parse.cc
sql/sql_parse.cc
+2
-0
sql/table.cc
sql/table.cc
+1
-1
No files found.
sql/sql_parse.cc
View file @
efbdd24c
...
...
@@ -1767,6 +1767,8 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
/* Saved variable value */
my_bool
old_innodb_table_locks
=
IF_INNOBASE_DB
(
thd
->
variables
.
innodb_table_locks
,
FALSE
);
/* used as fields initializator */
lex_start
(
thd
,
0
,
0
);
statistic_increment
(
thd
->
status_var
.
com_stat
[
SQLCOM_SHOW_FIELDS
],
...
...
sql/table.cc
View file @
efbdd24c
...
...
@@ -2538,11 +2538,11 @@ bool st_table_list::prepare_security(THD *thd)
tbl
->
table
->
grant
=
grant
;
}
thd
->
security_ctx
=
save_security_ctx
;
DBUG_RETURN
(
FALSE
);
#else
while
((
tbl
=
tb
++
))
tbl
->
grant
.
privilege
=
~
NO_ACCESS
;
#endif
DBUG_RETURN
(
FALSE
);
}
...
...
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