Bug #36852 Option to strip LOW_PRIORITY for replication
Submitted: 21 May 2008 13:28 Modified: 21 May 2008 14:13
Reporter: Scott Noyes Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Replication Severity:S4 (Feature request)
Version:any OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[21 May 2008 13:28] Scott Noyes
Description:
With INSERT DELAYED, DELAYED is ignored on slave replication servers because it could cause the slave to have different data than the master.

Customer would like to see the same for INSERT LOW_PRIORITY (for performance reasons, rather than data consistency concerns).

How to repeat:
n/a

Suggested fix:
Allow option to strip LOW_PRIORITY from inserts on a replicated slave.
[21 May 2008 14:13] Valeriy Kravchuk
Thank you for a reasonable feature request.