• gkodinov/kgeorge@macbook.gmz's avatar
    Bug #26162: Trigger DML ignores low_priority_updates setting · 9a1d8adc
    gkodinov/kgeorge@macbook.gmz authored
      
    The value of "low-priority-updates" option and the LOW PRIORITY
    prefix was taken into account at parse time.
    This caused triggers (among others) to ignore this flag (if
    supplied for the DML statement).
    Moved reading of the LOW_PRIORITY flag at run time.
    Fixed an incosistency when handling
    SET GLOBAL LOW_PRIORITY_UPDATES : now it is in effect for
    delayed INSERTs.
    Tested by checking the effect of LOW_PRIORITY flag via a 
    trigger.
    9a1d8adc
thr_lock.h 5.12 KB