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:
@ -9,7 +9,7 @@ CREATE DATABASE test_ignore;
|
||||
SHOW DATABASES;
|
||||
Database
|
||||
information_schema
|
||||
cluster_replication
|
||||
cluster
|
||||
mysql
|
||||
test
|
||||
test_ignore
|
||||
@ -29,7 +29,7 @@ INSERT INTO t2 VALUES (3,3), (4,4);
|
||||
SHOW DATABASES;
|
||||
Database
|
||||
information_schema
|
||||
cluster_replication
|
||||
cluster
|
||||
mysql
|
||||
test
|
||||
USE test;
|
||||
|
Reference in New Issue
Block a user