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
5522afe1
Commit
5522afe1
authored
Mar 16, 2010
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plugin author, description and version are available
via I_S.PLUGINS, not via SHOW PLUGINS.
parent
4762eb64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/mysql/plugin.h
include/mysql/plugin.h
+3
-3
No files found.
include/mysql/plugin.h
View file @
5522afe1
...
...
@@ -396,12 +396,12 @@ struct st_mysql_plugin
int
type
;
/* the plugin type (a MYSQL_XXX_PLUGIN value) */
void
*
info
;
/* pointer to type-specific plugin descriptor */
const
char
*
name
;
/* plugin name */
const
char
*
author
;
/* plugin author (for
SHOW PLUGINS)
*/
const
char
*
descr
;
/* general descriptive text (for
SHOW PLUGINS )
*/
const
char
*
author
;
/* plugin author (for
I_S.PLUGINS)
*/
const
char
*
descr
;
/* general descriptive text (for
I_S.PLUGINS)
*/
int
license
;
/* the plugin license (PLUGIN_LICENSE_XXX) */
int
(
*
init
)(
void
*
);
/* the function to invoke when plugin is loaded */
int
(
*
deinit
)(
void
*
);
/* the function to invoke when plugin is unloaded */
unsigned
int
version
;
/* plugin version (for
SHOW PLUGINS)
*/
unsigned
int
version
;
/* plugin version (for
I_S.PLUGINS)
*/
struct
st_mysql_show_var
*
status_vars
;
struct
st_mysql_sys_var
**
system_vars
;
void
*
__reserved1
;
/* reserved for dependency checking */
...
...
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