• Sergei Golubchik's avatar
    MDEV-22424 Server crashes in handler::check_duplicate_long_entry_key or... · 937dfb74
    Sergei Golubchik authored
    MDEV-22424 Server crashes in handler::check_duplicate_long_entry_key or Assertion `inited == NONE || lookup_handler != this' failed upon DELETE FOR PORTION on table with long unique key
    
    even if we're *allowed to* convert DELETE .. FOR PERIOD OF
    into an update internally, doesn't think we'll *be able to*.
    
    We always have to prepare for insert.
    937dfb74
delete.result 16.3 KB