diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-01 13:31:21 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-01 13:31:21 +0100 |
commit | e39f2291979a62f59821c0f2763a612525ade2a5 (patch) | |
tree | 71bfaf53528b1342c5523ee010594dc644711eb0 /mysql-test/r/schema.result | |
parent | cc5056c514fdd9e6710cdc98d371ba193ed1cab2 (diff) | |
download | mariadb-git-e39f2291979a62f59821c0f2763a612525ade2a5.tar.gz |
Bug #17805 Cluster_replication database should be renamed to just cluster
Diffstat (limited to 'mysql-test/r/schema.result')
-rw-r--r-- | mysql-test/r/schema.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/schema.result b/mysql-test/r/schema.result index a1b3fa9f1b3..8ed1a587588 100644 --- a/mysql-test/r/schema.result +++ b/mysql-test/r/schema.result @@ -6,7 +6,7 @@ foo CREATE DATABASE `foo` /*!40100 DEFAULT CHARACTER SET latin1 */ show schemas; Database information_schema -cluster_replication +cluster foo mysql test |