• unknown's avatar
    sql_select.cc, opt_sum.cc: · 173d63eb
    unknown authored
      Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
    
    
    sql/opt_sum.cc:
      Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
    sql/sql_select.cc:
      Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
    173d63eb
sql_select.cc 208 KB