#At file:///data0/magnus/mysql/7.0-dist-priv/ based on revid:magnus.blaudd@strippedqwq
4266 Magnus Blåudd 2011-03-23
ndb dist priv
- fix typo where mysql_cluster_restore_local_privileges
called mysql_cluster_restore_privileges instead of
mysql_cluster_restore_privileges_from_local
- this caused the priv tables to remain in ndb at end of test
modified:
storage/ndb/tools/ndb_dist_priv.sql
=== modified file 'storage/ndb/tools/ndb_dist_priv.sql'
--- a/storage/ndb/tools/ndb_dist_priv.sql 2011-03-23 13:42:32 +0000
+++ b/storage/ndb/tools/ndb_dist_priv.sql 2011-03-23 13:55:01 +0000
@@ -219,7 +219,7 @@ begin
drop table host;
end;
end if;
- call mysql_cluster_restore_privileges();
+ call mysql_cluster_restore_privileges_from_local();
end|
create procedure mysql.mysql_cluster_move_grant_tables()
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110323135501-tmb6so2l5mofc6ce.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:4266) | Magnus Blåudd | 23 Mar |