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
36832711
Commit
36832711
authored
Aug 13, 2018
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverting changes made to support the mtr under the root
parent
7e8ed15b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
mysql-test/suite/galera/include/galera_wsrep_recover.inc
mysql-test/suite/galera/include/galera_wsrep_recover.inc
+0
-9
scripts/wsrep_sst_rsync.sh
scripts/wsrep_sst_rsync.sh
+0
-2
No files found.
mysql-test/suite/galera/include/galera_wsrep_recover.inc
View file @
36832711
--
echo
Performing
--
wsrep
-
recover
...
#
# When mysqld is run by a root user it will fail to start unless
# we specify what user is ran it (using "--user root" option):
#
if
(
$MYSQL_TEST_ROOT
==
1
)
{
--
exec
$MYSQLD
--
defaults
-
group
-
suffix
=.
$galera_wsrep_recover_server_id
--
defaults
-
file
=
$MYSQLTEST_VARDIR
/
my
.
cnf
--
innodb
--
wsrep
-
recover
--
user
root
>
$MYSQL_TMP_DIR
/
galera_wsrep_recover
.
log
2
>&
1
}
if
(
$MYSQL_TEST_ROOT
!=
1
)
{
--
exec
$MYSQLD
--
defaults
-
group
-
suffix
=.
$galera_wsrep_recover_server_id
--
defaults
-
file
=
$MYSQLTEST_VARDIR
/
my
.
cnf
--
innodb
--
wsrep
-
recover
>
$MYSQL_TMP_DIR
/
galera_wsrep_recover
.
log
2
>&
1
}
--
perl
use
strict
;
...
...
scripts/wsrep_sst_rsync.sh
View file @
36832711
...
...
@@ -365,8 +365,6 @@ $SILENT
path =
$INNODB_DATA_HOME_DIR
EOF
[ "
$(
whoami
)
" != root ] || sed -i '/read only = no/s/.*/&
\n
uid = root
\n
gid = root
\n
/' "
$RSYNC_CONF
"
# rm -rf "
$DATA
"/ib_logfile* # we don't want old logs around
# listen at all interfaces (for firewalled setups)
...
...
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