Bug #17805 Cluster_replication database should be renamed to just cluster

This commit is contained in:
unknown 2006-03-01 13:31:21 +01:00
commit e39f229197
32 changed files with 160 additions and 160 deletions

View file

@ -259,7 +259,7 @@ prepare stmt4 from ' show databases ';
execute stmt4;
Database
information_schema
cluster_replication
cluster
mysql
test
prepare stmt4 from ' show tables from test like ''t2%'' ';