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:
@ -33,7 +33,7 @@ create database mysqltest;
|
||||
show databases;
|
||||
Database
|
||||
information_schema
|
||||
cluster_replication
|
||||
cluster
|
||||
mysql
|
||||
mysqltest
|
||||
mysqltest2
|
||||
@ -51,7 +51,7 @@ set sql_log_bin = 1;
|
||||
show databases;
|
||||
Database
|
||||
information_schema
|
||||
cluster_replication
|
||||
cluster
|
||||
mysql
|
||||
test
|
||||
create database mysqltest2;
|
||||
@ -71,7 +71,7 @@ load data from master;
|
||||
show databases;
|
||||
Database
|
||||
information_schema
|
||||
cluster_replication
|
||||
cluster
|
||||
mysql
|
||||
mysqltest
|
||||
mysqltest2
|
||||
|
Reference in New Issue
Block a user