replicate SET PASSWORD

Bug #1005919 reported by Seppo Jaakola
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
Status tracked in 5.6
5.5
Fix Released
Wishlist
Seppo Jaakola
5.6
Fix Released
Undecided
Unassigned

Bug Description

SET PASSWORD command is currently not replicated. As the GRANT command is already replicated, we should also implement replication for SET PASSWORD as well.

Note that SET can have several variables to be changed, only PASSWORD part should be replicated.

Changed in codership-mysql:
importance: Undecided → Wishlist
Revision history for this message
Laurent Minost (lolomin) wrote :

Hi Seppo,

Do you know when this bug will be fixed please or at least do you know of a workaround to avoid it please ?
In a future production environment and to do a presentation of the product with such case in the test list, this is a little bit problematic that such a "simple" feature is not yet supported/implemented ... :)
Do you think it could be integrated in the next release ?

Thanks !
Regards,

Laurent

Revision history for this message
Seppo Jaakola (seppo-jaakola) wrote :

Two fixes were pushed for this one, where the first was a "semi total order isolation", and latter one refactored the fix as full TOI in revision: http://bazaar.launchpad.net/~codership/codership-mysql/wsrep-5.5/revision/3808

The SET statement can contain other variables and several password changes, and each password change will be replicated separately as one TOI call.

Also, the user does not have to be explicitly defined, current user will be detected and correct SET PASSWORD statement will be generated for TOI replication in every use case.

Revision history for this message
Seppo Jaakola (seppo-jaakola) wrote :

This fix has been merged in wsrep-5.6 during the initial 5.6 merge, tracked in bug: lp:1013043

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.