1. 07 Dec, 2015 1 commit
  2. 05 Dec, 2015 1 commit
  3. 04 Dec, 2015 1 commit
    • Jan Lindström's avatar
      MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert · 082b859d
      Jan Lindström authored
      Analysis: There were two problems. (1) if partition table was
      created using lower_case_tables = 1 on windows we did find the
      correct table but we did not set share->ib_table correctly.
      (2) we did open table on dictionary but did not increase
      mysql_open_tables.
      
      Fix: In xtradb allow access to tables with incorrect
      lower case names (warning is printed to error log). If
      table is opened increase mysql_open_tables count to avoid
      crash on flush tables.
      082b859d
  4. 03 Dec, 2015 3 commits
    • Alexander Barkov's avatar
      MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" · d87bc55b
      Alexander Barkov authored
      Item_func_coalesce::fix_length_and_dec() calls
      Item_func::count_string_result_length()) which called agg_arg_charsets()
      with wrong flags, so the collation derivation of the COALESCE result was
      not properly set to DERIVATION_COERCIBLE. It erroneously stayed
      DERIVATION_NUMERIC. So GREATEST() misinterpreted the argument as
      a number rather that a string and did not calculate its own length properly.
      d87bc55b
    • Sergey Vojtovich's avatar
      MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine · 9f07c6b3
      Sergey Vojtovich authored
      mysqldump --routine fails to dump databases containing backslash ("\")
      character. This happened because escaped database name was being used as an
      identifier while changing current database. Such identifers are not supposed
      to be escaped, they must be properly quoted instead.
      9f07c6b3
    • Jan Lindström's avatar
      MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 · 33589b25
      Jan Lindström authored
      Analysis: debug only assertion I_S function (IS is XtraDB feature) is calling
      buf_block_get_frame on any page it reads, which debug-asserts that the page is
      buffer-fixed, which is not the case in I_S query.
      
      Fixed by holding the buffer page mutex while the fields are read directly.
      33589b25
  5. 20 Nov, 2015 1 commit
  6. 18 Nov, 2015 2 commits
  7. 17 Nov, 2015 1 commit
  8. 09 Nov, 2015 2 commits
  9. 06 Nov, 2015 1 commit
    • Oleksandr Byelkin's avatar
      MDEV-8701 Crash on derived query · c88ca2c2
      Oleksandr Byelkin authored
      MDEV-8938 Server Crash on Update with joins
      
      Make unique table check after setup_fields of update because unique table can materialize table and we do not need field resolving after materialization.
      c88ca2c2
  10. 21 Oct, 2015 1 commit
  11. 11 Oct, 2015 1 commit
  12. 09 Oct, 2015 1 commit
    • Sergei Golubchik's avatar
      fixes for buildbot: · 16c4b3c6
      Sergei Golubchik authored
      * OSX (mysqlimport freeing unallocated memory)
      * Windows (didn't compile MSI)
      * fulltest2 (innodb crashes in --embedded --big)
      16c4b3c6
  13. 08 Oct, 2015 4 commits
  14. 06 Oct, 2015 5 commits
  15. 30 Sep, 2015 1 commit
  16. 29 Sep, 2015 1 commit
  17. 28 Sep, 2015 2 commits
  18. 27 Sep, 2015 2 commits
  19. 25 Sep, 2015 2 commits
  20. 24 Sep, 2015 2 commits
  21. 18 Sep, 2015 2 commits
  22. 07 Sep, 2015 1 commit
  23. 04 Sep, 2015 1 commit
  24. 26 Aug, 2015 1 commit