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:
@ -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'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user