• unknown's avatar
    Bug#29936 (Stored Procedure DML ignores low_priority_updates setting) · 7ee93c16
    unknown authored
    This is a follow up for the patch for Bug#26162 "Trigger DML ignores low_priority_updates setting", where the stored procedure ignores the session setting of low_priority_updates.
    
    
    sql/lock.cc:
      Add late lock_type assertion.
    sql/sql_base.cc:
      Possibly downgrade lock type to the the session setting of low_priority_updates and also remove early assertion.
    7ee93c16
sql_base.cc 241 KB