Skip to content
Snippets Groups Projects
Commit 711ea76d authored by Ilja Bauer's avatar Ilja Bauer
Browse files

#11148: skip dumping information|performance_schema in mysql handler

parent 436e57ec
No related branches found
No related tags found
1 merge request!5#11148: skip dumping information|performance_schema in mysql handler
......@@ -238,7 +238,7 @@ then
then
if [ $usevserver = yes ]
then
debug 'set -o pipefail ; echo show databases | $VSERVER $vsname exec su $user -c \"$MYSQL $defaultsfile\" | grep -v Database | grep -v \"^\(information\|performance\)_schema$\"'
debug 'set -o pipefail ; echo show databases | $VSERVER $vsname exec su $user -c \"$MYSQL $defaultsfile\" | grep -v Database | grep -v '"'"'^\(information\|performance\)_schema$'"'"
databases=`set -o pipefail ; echo 'show databases' | $VSERVER $vsname exec su $user -c "$MYSQL $defaultsfile" | grep -v Database | grep -v '^\(information\|performance\)_schema$'`
if [ $? -ne 0 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment