add killing mysqld process after snapshot revert

This commit is contained in:
Timofey Turenko
2017-12-29 12:12:20 +02:00
parent bac3b95f0e
commit 6645281aeb

View File

@ -916,6 +916,7 @@ bool Mariadb_nodes::revert_nodes_snapshot()
{ {
rval = false; rval = false;
} }
ssh_node_f(i, true, "pkill -9 mysqld");
} }
return rval; return rval;
} }