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
e4ce125d
Commit
e4ce125d
authored
Feb 17, 2006
by
brian@zim.tangent.org
Browse files
Options
Browse Files
Download
Plain Diff
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.tangent.org:/home/brian/mysql/dep-5.1
parents
5659853f
3ea4f67f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
sql/sql_plugin.cc
sql/sql_plugin.cc
+2
-9
No files found.
sql/sql_plugin.cc
View file @
e4ce125d
...
...
@@ -526,15 +526,8 @@ static int plugin_initialize(struct st_plugin_int *plugin)
switch
(
plugin
->
plugin
->
type
)
{
case
MYSQL_STORAGE_ENGINE_PLUGIN
:
if
(
ha_initialize_handlerton
((
handlerton
*
)
plugin
->
plugin
->
info
))
{
sql_print_error
(
"Plugin '%s' handlerton init returned error."
,
plugin
->
name
.
str
);
DBUG_PRINT
(
"warning"
,
(
"Plugin '%s' handlerton init returned error."
,
plugin
->
name
.
str
));
sql_print_error
(
"Storage Engine plugins are unsupported in this version."
);
goto
err
;
}
break
;
default:
break
;
}
...
...
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