Comment 10 for bug 1529937

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

@Roman, could you elaborate on the https://bugs.launchpad.net/fuel/+bug/1529937/comments/6 two things:
1) which consistency level the transaction issued the SELECT after INSERT had had? Was it a serializable or repeatable read?
2) what was the select modifier in the code invokation, was it " FOR UPDATE" or something another?

I'm asking as I've read that interesting InnoDB vs Galera transactions nuance https://github.com/codership/galera/issues/336#issuecomment-138805890