Comment 13 for bug 1574999

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Re: MySQL may fail to SST because of a ./ib* files race condition

The RC is non matching awk:
+ mysql_monitor
++ ps -C mysqld -o pid= -o args=
++ awk -v v=/var/lib/mysql '/datadir=/ { if ($1 ~ !/wsrep-recover/) print $1}'
+ pid=
+ '[' '' ']'

I'd better off using more pipes