• Sergey Petrunya's avatar
    BUG#933412: Server crashes in _mi_put_key_in_record on KILL QUERY with ICP, STRAIGHT_JOIN · c381e440
    Sergey Petrunya authored
    - In mi_rkey(), do correct handling of case where mi_yield_and_check_if_killed() 
      detects that the thread was killed (all other similar functions in MyISAM/Aria have 
      slightly different code and do not have this problem).
    - Also fixed assignment in DBUG_ASSERT
    - this is 2nd variant of the fix:
       = make .result file smaller
       = run KILLable statements in a separate connection, otherwise we could end up trying to 
         KILL the final "DROP TABLE" statement
    c381e440
mi_rkey.c 8.86 KB