1. 29 Jan, 2013 11 commits
  2. 28 Jan, 2013 4 commits
  3. 24 Jan, 2013 3 commits
  4. 23 Jan, 2013 5 commits
  5. 22 Jan, 2013 5 commits
  6. 18 Jan, 2013 1 commit
  7. 11 Jan, 2013 2 commits
  8. 09 Jan, 2013 1 commit
  9. 08 Jan, 2013 2 commits
    • Igor Babaev's avatar
      Merge 5.5 -> mwl248 · 7d9df807
      Igor Babaev authored
      7d9df807
    • Igor Babaev's avatar
      Fixed bug mdev-3979. · 01dca17a
      Igor Babaev authored
      Made allocation of memory for statistical data in a table share to be thread safe.
      This memory is now allocated in a special MEM_ROOT that is created for each
      table share.  
      01dca17a
  10. 05 Jan, 2013 1 commit
  11. 01 Jan, 2013 1 commit
  12. 30 Dec, 2012 1 commit
  13. 28 Dec, 2012 1 commit
    • Elena Stepanova's avatar
      storage_engine tests and upstream engines/* suites went out of sync with... · 2371b6df
      Elena Stepanova authored
      storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons:
        - as of 5.5.27, YEAR(2) is deprecated, hence the new warning;
        - MDEV-553 - different error code/message on out-of-range autoincrement;
        - INSERT IGNORE now produces a warning if a duplicate was encountered (change pushed along with MDEV-553)
      
      2371b6df
  14. 20 Dec, 2012 2 commits