1. 21 Dec, 2012 1 commit
  2. 11 Dec, 2012 1 commit
  3. 05 Dec, 2012 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-3918: myisamchk bogus error for files larger than 4GB. · 008fd351
      Vladislav Vaintroub authored
      The failure is caused by failing stat() call . C Runtime function stat() uses old struct with 32bit st_size member,
      and since Visual Studio 2010 , it returns an error on st_size overflow (i.e on files larger than 4GB)
      
      Fix replaces stat() by my_stat(), the later is backed by 64bit-able stat64().
      008fd351
  4. 26 Nov, 2012 1 commit
  5. 23 Nov, 2012 1 commit
  6. 22 Nov, 2012 2 commits
  7. 20 Nov, 2012 2 commits
    • unknown's avatar
      Merge MariaDB 5.1->5.2. · 4abff25a
      unknown authored
      4abff25a
    • unknown's avatar
      MDEV-3861: assertions in TC_LOG_MMAP. · f6f62d15
      unknown authored
      Fix some problems in the TC_LOG_MMAP commit processing, which could
      lead to assertions in some cases.
      
      Problems are mostly reproducible in MariaDB 10.0 with asynchroneous
      commit checkpoints, but most of the problems were present in earlier
      versions also.
      f6f62d15
  8. 19 Nov, 2012 1 commit
  9. 17 Nov, 2012 1 commit
  10. 12 Nov, 2012 1 commit
  11. 10 Nov, 2012 2 commits
    • Vladislav Vaintroub's avatar
      MDEV-3849 - 1 bytes stack overwrite in normalize_dirname(). · 6b8e7456
      Vladislav Vaintroub authored
      Take into account that length of strings passed down to this function can be up to FN_REFLEN+1 bytes. including terminating zero.
      The overwrite was caused by incomplete fix to MySQL Bug # 44834
      6b8e7456
    • Igor Babaev's avatar
      Fixed bug mdev-3845. · af794708
      Igor Babaev authored
      If triggers are used for an insert/update/delete statement than the values of
      all virtual columns must be computed as any of them may be used by the triggers.
      af794708
  12. 09 Nov, 2012 3 commits
  13. 08 Nov, 2012 3 commits
  14. 07 Nov, 2012 1 commit
  15. 06 Nov, 2012 1 commit
  16. 02 Nov, 2012 1 commit
  17. 01 Nov, 2012 3 commits
  18. 31 Oct, 2012 4 commits
  19. 09 Oct, 2012 1 commit
  20. 14 Oct, 2012 1 commit
  21. 02 Oct, 2012 1 commit
  22. 27 Sep, 2012 2 commits
  23. 26 Sep, 2012 3 commits
  24. 25 Sep, 2012 1 commit
  25. 26 Sep, 2012 1 commit