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
4794f463
Commit
4794f463
authored
Dec 24, 2008
by
Sergey Glukhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler warning fix
parent
e1383368
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
sql/sql_acl.cc
sql/sql_acl.cc
+2
-0
No files found.
sql/mysqld.cc
View file @
4794f463
...
...
@@ -3616,6 +3616,7 @@ void decrement_handler_count()
#endif
/* defined(__NT__) || defined(HAVE_SMEM) */
#ifndef EMBEDDED_LIBRARY
#ifndef DBUG_OFF
/*
Debugging helper function to keep the locale database
...
...
@@ -3654,7 +3655,6 @@ static void test_lc_time_sz()
#endif//DBUG_OFF
#ifndef EMBEDDED_LIBRARY
#ifdef __WIN__
int
win_main
(
int
argc
,
char
**
argv
)
#else
...
...
sql/sql_acl.cc
View file @
4794f463
...
...
@@ -5953,6 +5953,7 @@ int wild_case_compare(CHARSET_INFO *cs, const char *str,const char *wildstr)
}
#ifndef NO_EMBEDDED_ACCESS_CHECKS
static
bool
update_schema_privilege
(
THD
*
thd
,
TABLE
*
table
,
char
*
buff
,
const
char
*
db
,
const
char
*
t_name
,
const
char
*
column
,
uint
col_length
,
...
...
@@ -5973,6 +5974,7 @@ static bool update_schema_privilege(THD *thd, TABLE *table, char *buff,
table
->
field
[
i
]
->
store
(
is_grantable
,
strlen
(
is_grantable
),
cs
);
return
schema_table_store_record
(
thd
,
table
);
}
#endif
int
fill_schema_user_privileges
(
THD
*
thd
,
TABLE_LIST
*
tables
,
COND
*
cond
)
...
...
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