mirror of
https://github.com/MariaDB/server.git
synced 2025-02-11 16:05:34 +01:00
10 lines
400 B
Text
10 lines
400 B
Text
source include/not_windows.inc;
|
|
let $targetdir=$MYSQLTEST_VARDIR/tmp/backup;
|
|
|
|
echo #;
|
|
echo # MDEV-31855 validate ssl certificates using client password in the internal client;
|
|
echo #;
|
|
# connects fine, unix socket is a secure transport
|
|
echo # socket ssl ssl-verify-server-cert;
|
|
exec $XTRABACKUP --protocol=socket --user=root --socket=$MASTER_MYSOCK --backup --target-dir=$targetdir;
|
|
rmdir $targetdir;
|