Skip to content
  • Kevin Falcone's avatar
    There's no need to sort the subselect · 63045f16
    Kevin Falcone authored
    All this does is force mysql to sort (possibly filesort) and we really
    don't care about the order when we're going to use it to feed an update
    or delete.
    63045f16