1. 31 Jan, 2017 4 commits
  2. 30 Jan, 2017 5 commits
  3. 29 Jan, 2017 3 commits
  4. 28 Jan, 2017 3 commits
    • Igor Babaev's avatar
      Fixed bug mdev-10773. · abfcdb8f
      Igor Babaev authored
      The temporary tables created for recursive table references
      should be closed in close_thread_tables(), because they might
      be used in the statements like ANALYZE WITH r AS (...) SELECT * from r
      where r is defined through recursion.
      abfcdb8f
    • Sergei Golubchik's avatar
      mysqlbinlog memory leaks · 64b5e942
      Sergei Golubchik authored
      that failed main.mysqlbinlog
      64b5e942
    • Sergei Golubchik's avatar
      cleanup: thd_destructor_proxy · 30ba3100
      Sergei Golubchik authored
      1. wait for thd_destructor_proxy thread to start after creating it.
         this ensures that the thread is ready to receive a shutdown signal
         whenever we want to send it.
      2. join it at shutdown, this guarantees that no innodb THD will exist
         after innobase_end().
      
      this fixes crashes and memory leaks in main.mysqld_option_err
      (were innodb was started and then immediately shut down).
      30ba3100
  5. 27 Jan, 2017 9 commits
  6. 26 Jan, 2017 5 commits
  7. 25 Jan, 2017 9 commits
  8. 24 Jan, 2017 2 commits
    • Igor Babaev's avatar
      Fixed bug mdev-11820. · 423b7da3
      Igor Babaev authored
      The fields st_select_lex::cond_pushed_into_where and
      st_select_lex::cond_pushed_into_having should be re-initialized
      for the unit specifying a derived table at every re-execution
      of the query that uses this derived table, because the result
      of condition pushdown may be different for different executions.
      423b7da3
    • Alexey Botchkov's avatar
      MDEV-11557 Port MySQL-5.7 JSON tests to MariaDB. · 35760c00
      Alexey Botchkov authored
              more fixes.
      35760c00