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
fc241c1a
Commit
fc241c1a
authored
Jun 15, 2010
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin maturity is unsigned
parent
feebb064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/mysql/plugin.h
include/mysql/plugin.h
+1
-1
include/mysql/plugin_auth.h.pp
include/mysql/plugin_auth.h.pp
+1
-1
No files found.
include/mysql/plugin.h
View file @
fc241c1a
...
...
@@ -455,7 +455,7 @@ struct st_maria_plugin
struct
st_mysql_show_var
*
status_vars
;
struct
st_mysql_sys_var
**
system_vars
;
const
char
*
version_info
;
/* plugin version string */
int
maturity
;
/* MariaDB_PLUGIN_MATURITY_XXX */
unsigned
int
maturity
;
/* MariaDB_PLUGIN_MATURITY_XXX */
};
/*************************************************************************
...
...
include/mysql/plugin_auth.h.pp
View file @
fc241c1a
...
...
@@ -91,7 +91,7 @@ struct st_maria_plugin
struct
st_mysql_show_var
*
status_vars
;
struct
st_mysql_sys_var
**
system_vars
;
const
char
*
version_info
;
int
maturity
;
unsigned
int
maturity
;
};
enum
enum_ftparser_mode
{
...
...
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