1. 26 Mar, 2020 2 commits
    • Sergey Vojtovich's avatar
      Fix for rpl_start_stop_slave failure · ba679ae5
      Sergey Vojtovich authored
      One may access freed THD members after LOCK_thd_kill is released.
      
      With original code it can happen when killing wsrep-disabled thread on a
      wsrep-enabled server. With 91ab42a8 it is happening on a wsrep-disabled
      server.
      ba679ae5
    • Sergei Petrunia's avatar
      MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler code · af4b2ae8
      Sergei Petrunia authored
      Backport to 10.4:
      
      - Don't try to push down SELECTs that have a side effect
      
      - In case the storage engine did support pushdown of SELECT with an INTO
        clause, write the rows we've got from it into select->join->result,
        and not thd->protocol.  This way, SELECT ... INTO ... FROM
        smart_engine_table will put the result into where instructed, and
        NOT send it to the client.
      af4b2ae8
  2. 25 Mar, 2020 4 commits
  3. 24 Mar, 2020 2 commits
  4. 23 Mar, 2020 1 commit
  5. 21 Mar, 2020 7 commits
  6. 20 Mar, 2020 10 commits
  7. 19 Mar, 2020 8 commits
  8. 18 Mar, 2020 5 commits
  9. 17 Mar, 2020 1 commit
    • Monty's avatar
      Updated aria_pack to support transactional tables · dbde95d9
      Monty authored
      Added options:
      --datadir
      --ignore-control-file
      --require-control-file
      
      - Improved error messages if open fails
      - If control file can't be found/opened, assume that all rows in the
        tables are commited.
      dbde95d9