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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
68cd5435
Commit
68cd5435
authored
Dec 08, 2017
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Search for galera libraries also in /usr/lib64/galera-3
This is where Codership's offical rpm's puts them
parent
c4581735
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+4
-2
mysql-test/suite/galera_3nodes/suite.pm
mysql-test/suite/galera_3nodes/suite.pm
+4
-2
mysql-test/suite/wsrep/suite.pm
mysql-test/suite/wsrep/suite.pm
+4
-2
plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
+4
-2
No files found.
mysql-test/suite/galera/suite.pm
View file @
68cd5435
...
...
@@ -9,8 +9,10 @@ return "Not run for embedded server" if $::opt_embedded_server;
return
"
WSREP is not compiled in
"
unless
defined
$::mysqld_variables
{'
wsrep-on
'};
my
(
$provider
)
=
grep
{
-
f
$_
}
$ENV
{
WSREP_PROVIDER
},
"
/usr/lib/galera/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
";
"
/usr/lib64/galera-3/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
",
"
/usr/lib/galera-3/libgalera_smm.so
",
"
/usr/lib/galera/libgalera_smm.so
";
return
"
No wsrep provider library
"
unless
-
f
$provider
;
...
...
mysql-test/suite/galera_3nodes/suite.pm
View file @
68cd5435
...
...
@@ -9,8 +9,10 @@ return "Not run for embedded server" if $::opt_embedded_server;
return
"
WSREP is not compiled in
"
unless
defined
$::mysqld_variables
{'
wsrep-on
'};
my
(
$provider
)
=
grep
{
-
f
$_
}
$ENV
{
WSREP_PROVIDER
},
"
/usr/lib/galera/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
";
"
/usr/lib64/galera-3/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
",
"
/usr/lib/galera-3/libgalera_smm.so
",
"
/usr/lib/galera/libgalera_smm.so
";
return
"
No wsrep provider library
"
unless
-
f
$provider
;
...
...
mysql-test/suite/wsrep/suite.pm
View file @
68cd5435
...
...
@@ -9,8 +9,10 @@ return "Not run for embedded server" if $::opt_embedded_server;
return
"
WSREP is not compiled in
"
unless
defined
$::mysqld_variables
{'
wsrep-on
'};
my
(
$provider
)
=
grep
{
-
f
$_
}
$ENV
{
WSREP_PROVIDER
},
"
/usr/lib/galera/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
";
"
/usr/lib64/galera-3/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
",
"
/usr/lib/galera-3/libgalera_smm.so
",
"
/usr/lib/galera/libgalera_smm.so
";
return
"
No wsrep provider library
"
unless
-
f
$provider
;
...
...
plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
View file @
68cd5435
...
...
@@ -9,8 +9,10 @@ return "Not run for embedded server" if $::opt_embedded_server;
return
"
WSREP is not compiled in
"
unless
defined
$::mysqld_variables
{'
wsrep-on
'};
my
(
$provider
)
=
grep
{
-
f
$_
}
$ENV
{
WSREP_PROVIDER
},
"
/usr/lib/galera/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
";
"
/usr/lib64/galera-3/libgalera_smm.so
",
"
/usr/lib64/galera/libgalera_smm.so
",
"
/usr/lib/galera-3/libgalera_smm.so
",
"
/usr/lib/galera/libgalera_smm.so
";
return
"
No wsrep provider library
"
unless
-
f
$provider
;
...
...
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