Comment 3 for bug 1736995

Revision history for this message
Kenn Takara (kenn-takara) wrote :

Note: Re-reading the bug, I believe the behavior should end up as:
'dave' appears on async master
'dave' is not on N1
'dave' is not on N2 <-- change from current behavior

I think this is what the Glyn expects
'dave' appears on async master
'dave' is on N1 <-- change from current behavior
'dave' is on N2

CREATE USER goes through a different codepath, as it does not care what the default database is. It will always try to access mysql.* tables. So the filter on N1 rejects the change.