mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #17805 Cluster_replication database should be renamed to just cluster
This commit is contained in:
@ -1508,8 +1508,8 @@ sub ndbcluster_start ($) {
|
||||
|
||||
sub rm_ndbcluster_tables ($) {
|
||||
my $dir= shift;
|
||||
foreach my $bin ( glob("$dir/cluster_replication/apply_status*"),
|
||||
glob("$dir/cluster_replication/schema*") )
|
||||
foreach my $bin ( glob("$dir/cluster/apply_status*"),
|
||||
glob("$dir/cluster/schema*") )
|
||||
{
|
||||
unlink($bin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user