Commit 8a4f8d39 authored by unknown's avatar unknown

Add comment about when ndbcluster tables are removed from mysqld datadir

parent fe32ca07
......@@ -3105,6 +3105,7 @@ sub run_testcase_stop_servers($) {
{
if ( ! $mysqld->{'pid'} )
{
# Remove ndbcluster tables if server is stopped
rm_ndbcluster_tables($mysqld->{'path_myddir'});
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment