Comment 3 for bug 1498573

Revision history for this message
Petr Malik (pmalik) wrote :

We should also get rid of 'models.RootUser' which is just a MySQLUser. Datastores should be using their own root users instead.

The usage in the common extension code should be replaced with an abstract getter method overriden in derived datastore-specific extensions which would be returning the appropriate object.