mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Include bin/wsrep* and bin/clustercheck in make-barebones.
This commit is contained in:
@@ -39,7 +39,9 @@ tar xvfz "$tarball" \
|
||||
"$full_dir/bin/mysqld" \
|
||||
"$full_dir/bin/mysqld_safe" \
|
||||
"$full_dir/bin/safe_mysqld" \
|
||||
"$full_dir/lib/libgalera_smm.so"
|
||||
"$full_dir/lib/libgalera_smm.so" \
|
||||
"$full_dir/bin/clustercheck" \
|
||||
"$full_dir/bin/wsrep*"
|
||||
|
||||
echo "This tarball was created from $tarball. It contains only the files necessary for creating a Percona Toolkit sandbox test server." > $full_dir/README.barebones
|
||||
|
||||
|
Reference in New Issue
Block a user