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
ec0b030f
Commit
ec0b030f
authored
May 30, 2011
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #12604711 MTR SHOULD READ PLUGIN.DEFS FILES FROM IMPORTED FEATURE TREES
Added reading from plugin.defs files under plugins/*
parent
9f6ec599
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
mysql-test/include/plugin.defs
mysql-test/include/plugin.defs
+0
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+5
-0
No files found.
mysql-test/include/plugin.defs
View file @
ec0b030f
...
@@ -39,4 +39,3 @@ ha_archive storage/archive ARCHIVE_PLUGIN
...
@@ -39,4 +39,3 @@ ha_archive storage/archive ARCHIVE_PLUGIN
ha_blackhole storage/blackhole BLACKHOLE_PLUGIN
ha_blackhole storage/blackhole BLACKHOLE_PLUGIN
ha_federated storage/federated FEDERATED_PLUGIN
ha_federated storage/federated FEDERATED_PLUGIN
mypluglib plugin/fulltext SIMPLE_PARSER
mypluglib plugin/fulltext SIMPLE_PARSER
thread_pool plugin/thread_pool THREADPOOL_PLUGIN thread_pool,TP_THREAD_STATE,TP_THREAD_GROUP_STATE,TP_THREAD_GROUP_STATS
mysql-test/mysql-test-run.pl
View file @
ec0b030f
...
@@ -448,6 +448,11 @@ sub main {
...
@@ -448,6 +448,11 @@ sub main {
#
#
read_plugin_defs
("
include/plugin.defs
");
read_plugin_defs
("
include/plugin.defs
");
# Also read from any plugin local plugin.defs
for
(
glob
"
$basedir
/plugin/*/tests/mtr/plugin.defs
")
{
read_plugin_defs
(
$_
);
}
# Simplify reference to semisync plugins
# Simplify reference to semisync plugins
$ENV
{'
SEMISYNC_PLUGIN_OPT
'}
=
$ENV
{'
SEMISYNC_MASTER_PLUGIN_OPT
'};
$ENV
{'
SEMISYNC_PLUGIN_OPT
'}
=
$ENV
{'
SEMISYNC_MASTER_PLUGIN_OPT
'};
...
...
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