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
6e63f41f
Commit
6e63f41f
authored
Apr 05, 2010
by
Mats Kindahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#5030: Splitting mysql_priv.h
Minor fixes required because of changes since patches were developed.
parent
118ad60a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
sql/mysqld.cc
sql/mysqld.cc
+1
-1
sql/sql_parse.h
sql/sql_parse.h
+0
-4
No files found.
sql/mysqld.cc
View file @
6e63f41f
...
...
@@ -7689,7 +7689,7 @@ static char *get_relative_path(const char *path)
1 if len(path) > FN_REFLEN
*/
static
bool
bool
fn_format_relative_to_data_home
(
char
*
to
,
const
char
*
name
,
const
char
*
dir
,
const
char
*
extension
)
{
...
...
sql/sql_parse.h
View file @
6e63f41f
...
...
@@ -199,10 +199,6 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
{
return
false
;
}
#endif
/*NO_EMBEDDED_ACCESS_CHECKS*/
#ifdef EMBEDDED_LIBRARY
#define check_stack_overrun(A, B, C) 0
#endif
/* EMBEDDED_LIBRARY */
/* These were under the INNODB_COMPATIBILITY_HOOKS */
bool
check_global_access
(
THD
*
thd
,
ulong
want_access
);
...
...
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