add killing mysqld process after snapshot revert

This commit is contained in:
Timofey Turenko
2017-12-29 12:12:20 +02:00
parent d2a30cf7d7
commit ef79db4362

View File

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