1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Add comment about when ndbcluster tables are removed from mysqld datadir

This commit is contained in:
msvensson@neptunus.(none)
2006-06-10 22:10:57 +02:00
parent d13d9dec55
commit c7bedca12f

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