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
41d40029
Commit
41d40029
authored
Jun 21, 2015
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate script added due to bad merge.
parent
8c44fd63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
scripts/wsrep_sst_common.sh
scripts/wsrep_sst_common.sh
+0
-26
No files found.
scripts/wsrep_sst_common.sh
View file @
41d40029
...
...
@@ -124,32 +124,6 @@ else
MY_PRINT_DEFAULTS
=
$(
which my_print_defaults
)
fi
# try to use my_print_defaults, mysql and mysqldump that come with the sources
# (for MTR suite)
SCRIPTS_DIR
=
"
$(
cd
$(
dirname
"
$0
"
)
;
pwd
-P
)
"
EXTRA_DIR
=
"
$SCRIPTS_DIR
/../extra"
CLIENT_DIR
=
"
$SCRIPTS_DIR
/../client"
if
[
-x
"
$CLIENT_DIR
/mysql"
]
;
then
MYSQL_CLIENT
=
"
$CLIENT_DIR
/mysql"
else
MYSQL_CLIENT
=
$(
which mysql
)
fi
if
[
-x
"
$CLIENT_DIR
/mysqldump"
]
;
then
MYSQLDUMP
=
"
$CLIENT_DIR
/mysqldump"
else
MYSQLDUMP
=
$(
which mysqldump
)
fi
if
[
-x
"
$SCRIPTS_DIR
/my_print_defaults"
]
;
then
MY_PRINT_DEFAULTS
=
"
$SCRIPTS_DIR
/my_print_defaults"
elif
[
-x
"
$EXTRA_DIR
/my_print_defaults"
]
;
then
MY_PRINT_DEFAULTS
=
"
$EXTRA_DIR
/my_print_defaults"
else
MY_PRINT_DEFAULTS
=
$(
which my_print_defaults
)
fi
# For Bug:1200727
if
$MY_PRINT_DEFAULTS
-c
$WSREP_SST_OPT_CONF
sst |
grep
-q
"wsrep_sst_auth"
;
then
if
[
-z
"
$WSREP_SST_OPT_AUTH
"
-o
"
$WSREP_SST_OPT_AUTH
"
=
"(null)"
]
;
then
...
...
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