# File lib/innodb/undo_record.rb, line 91
  def has_previous_version?
    [:update_existing, :update_deleted, :delete].include?(type)
  end