• unknown's avatar
    sql_select.cc, opt_sum.cc: · 0299df4b
    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
    0299df4b
sql_select.cc 208 KB