Comment 8 for bug 1111706

Revision history for this message
Alex Yurchenko (ayurchen) wrote :

That is the problem - SST is not transactional. And until we initialize storage engines we cannot know how it went. We could notify wsrep provider before initializing storage engines, but it means a whole new call in wsrep API just to gracefully handle MySQL-specific misconfiguration. Sounds like an overkill to me.