1. 14 Jul, 2018 1 commit
    • Igor Babaev's avatar
      MDEV-16757 Memory leak after adding manually min/max statistical data · c89bb15c
      Igor Babaev authored
                 for blob column
      
      ANALYZE TABLE <table> does not collect statistical data on min/max values
      for BLOB columns of <table>. However these values can be added into
      mysql.column_stats manually by executing proper statements.
      Unfortunately this led to a memory leak because the memory allocated
      for these values was never freed.
      This patch provides the server with a function to free memory allocated
      for min/max statistical values of BLOB types.
      c89bb15c
  2. 11 Jul, 2018 1 commit
  3. 02 Jul, 2018 3 commits
  4. 28 Jun, 2018 1 commit
  5. 27 Jun, 2018 1 commit
  6. 26 Jun, 2018 2 commits
  7. 25 Jun, 2018 1 commit
    • Andrei Elkin's avatar
      MDEV-15242 Poor RBR update performance with partitioned tables · 28e1f145
      Andrei Elkin authored
      Observed and described
      partitioned engine execution time difference
      between master and slave was caused by excessive invocation
      of base_engine::rnd_init which was done also for partitions
      uninvolved into Rows-event operation.
      The bug's slave slowdown therefore scales with the number of partitions.
      
      Fixed with applying an upstream patch.
      
      References:
      ----------
      https://bugs.mysql.com/bug.php?id=73648
      Bug#25687813 REPLICATION REGRESSION WITH RBR AND PARTITIONED TABLES
      28e1f145
  8. 24 Jun, 2018 1 commit
  9. 20 Jun, 2018 5 commits
  10. 19 Jun, 2018 3 commits
  11. 13 Jun, 2018 3 commits
  12. 12 Jun, 2018 4 commits
  13. 11 Jun, 2018 4 commits
  14. 10 Jun, 2018 10 commits