1. 23 Jan, 2013 1 commit
  2. 21 Jan, 2013 1 commit
  3. 16 Jan, 2013 2 commits
  4. 14 Jan, 2013 1 commit
  5. 13 Jan, 2013 3 commits
    • Elena Stepanova's avatar
      MDEV-3990: engine tests went out of sync with current MariaDB code · 72695309
      Elena Stepanova authored
      Reasons:
        alter_tablespace.rdiff: 
        tc_rename_error.result:
          from monty@askmonty.org-20120529213755-876ptdhhaj0t7l8r 
          (Added text for errno in error messages)
        insert_time.result:
          from sergii@pisem.net-20120908101555-37w00eyfrd9noc06 
          (MDEV-457 - Inconsistent data truncation)
        misc.result:
          from igor@askmonty.org-20130109033433-5awdv0w6vbpigltw
          (MDEV-3806/mwl248 - Engine independent statistics)
        tbl_opt_row_format.rdiff:
          from monty@askmonty.org-20120706161018-y5teinbuqpchle2m
          (Fixed wrong error codes)
        vcol.rdiff:  
          sergii@pisem.net-20121217100039-ikj1820nrku7p6d5
          (simplify the handler api)
      72695309
    • Igor Babaev's avatar
      Merged the fix for bug mdev-4019. · 557303b8
      Igor Babaev authored
      557303b8
    • Igor Babaev's avatar
      Fixed bug mdev-4019. · 7d5c56cb
      Igor Babaev authored
      The bug could cause a crash when several connections needed
      persistent statistics for the same table.
      
      Also added a missing call of set_statistics_for_table() in the code
      of the function mysql_update.
      7d5c56cb
  6. 11 Jan, 2013 2 commits
  7. 10 Jan, 2013 5 commits
  8. 09 Jan, 2013 7 commits
  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. 24 Dec, 2012 1 commit
    • Sergey Petrunya's avatar
      Post-merge fixes: · ffd5f8c8
      Sergey Petrunya authored
      - update ha_cassandra::start_bulk_insert() definition to match those in class handler.
      ffd5f8c8
  15. 23 Dec, 2012 3 commits
  16. 20 Dec, 2012 6 commits
  17. 18 Dec, 2012 2 commits