1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Add comment about when ndbcluster tables are removed from mysqld datadir

This commit is contained in:
unknown
2006-06-10 22:10:57 +02:00
parent f8c3312caf
commit 8b909a27d1

View File

@@ -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'});
}
}