• tsmith@ramayana.hindu.god's avatar
    Bug #29307: status.test fails with different Table_locks_immediate · c23b736e
    tsmith@ramayana.hindu.god authored
    When using --log --log-output=table, we increment Table_locks_immediate
    with every query.  The wait_condition.inc runs a query a variable number
    of times, depending on server load, etc.  This is a problem, when the
    test is checking the Table_locks_immediate value.
    
    Fix is to adjust the Table_locks_immediate value based on how many times
    the wait_condition query was executed.
    c23b736e
wait_condition.inc 1.23 KB