You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-460 - fix issue where the ./my/cnf password wasnt being used in retry
This commit is contained in:
@ -13,6 +13,7 @@ checkForError() {
|
|||||||
password=`cat $HOME/.my.cnf | grep password | awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $3}'`
|
password=`cat $HOME/.my.cnf | grep password | awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $3}'`
|
||||||
if [ ! -z $password ]; then
|
if [ ! -z $password ]; then
|
||||||
pwprompt="-p$password"
|
pwprompt="-p$password"
|
||||||
|
return 1;
|
||||||
else
|
else
|
||||||
echo "MySQL Password file missing or incorrect, check .my.cnf file"
|
echo "MySQL Password file missing or incorrect, check .my.cnf file"
|
||||||
rm -f /tmp/error.check
|
rm -f /tmp/error.check
|
||||||
|
Reference in New Issue
Block a user