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:
@ -1326,8 +1326,8 @@ start_ndbcluster()
|
||||
|
||||
rm_ndbcluster_tables()
|
||||
{
|
||||
$RM -f $1/cluster_replication/apply_status*
|
||||
$RM -f $1/cluster_replication/schema*
|
||||
$RM -f $1/cluster/apply_status*
|
||||
$RM -f $1/cluster/schema*
|
||||
}
|
||||
|
||||
stop_ndbcluster()
|
||||
|
Reference in New Issue
Block a user