Skip to content

Commit

Permalink
core save - parallel mtr as additional numbered path
Browse files Browse the repository at this point in the history
Saving cnf files is already under the mysql-test/var/log/ directory
so no additional save is required.
  • Loading branch information
grooverdan authored and vladbogo committed Jul 24, 2023
1 parent 1d87663 commit dc82201
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,7 @@ def createVar():
return """
if [ -d mysql-test/var ]; then
extra=
if compgen -G ./mysql-test/var/log/*/mysqld.*/data/core*gz > /dev/null; then
if compgen -G mysql-test/var/[0-9]*/{mysqld.[0-9],my.cnf} > /dev/null; then
extra=mysql-test/var/[0-9]*/{mysqld.[0-9],my.cnf}
fi
if compgen -G ./mysql-test/var/*/log/*/mysqld.*/data/core* > /dev/null; then
if [ -f sql/mysqld ]; then extra="$extra sql/mysqld"; fi
if [ -f sql/mariadbd ]; then extra="$extra sql/mariadbd"; fi
fi
Expand Down

0 comments on commit dc82201

Please sign in to comment.