Commit 8b909a27 authored by unknown's avatar unknown

Add comment about when ndbcluster tables are removed from mysqld datadir

parent f8c3312c
...@@ -3105,6 +3105,7 @@ sub run_testcase_stop_servers($) { ...@@ -3105,6 +3105,7 @@ sub run_testcase_stop_servers($) {
{ {
if ( ! $mysqld->{'pid'} ) if ( ! $mysqld->{'pid'} )
{ {
# Remove ndbcluster tables if server is stopped
rm_ndbcluster_tables($mysqld->{'path_myddir'}); 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