Commit 8b909a27 authored by unknown's avatar unknown
Browse files

Add comment about when ndbcluster tables are removed from mysqld datadir

parent f8c3312c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'});
    }
  }