1. 09 Jan, 2013 6 commits
  2. 08 Jan, 2013 2 commits
    • Igor Babaev's avatar
      Merge 5.5 -> mwl248 · 6ff69643
      Igor Babaev authored
      6ff69643
    • Igor Babaev's avatar
      Fixed bug mdev-3979. · fbe77e70
      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.  
      fbe77e70
  3. 05 Jan, 2013 1 commit
  4. 01 Jan, 2013 1 commit
  5. 30 Dec, 2012 1 commit
  6. 28 Dec, 2012 1 commit
    • Elena Stepanova's avatar
      storage_engine tests and upstream engines/* suites went out of sync with... · 7e6c068e
      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)
      
      7e6c068e
  7. 24 Dec, 2012 1 commit
    • Sergey Petrunya's avatar
      Post-merge fixes: · 9addf387
      Sergey Petrunya authored
      - update ha_cassandra::start_bulk_insert() definition to match those in class handler.
      9addf387
  8. 23 Dec, 2012 3 commits
  9. 20 Dec, 2012 6 commits
  10. 18 Dec, 2012 2 commits
  11. 17 Dec, 2012 7 commits
  12. 14 Dec, 2012 4 commits
  13. 13 Dec, 2012 2 commits
    • unknown's avatar
      MDEV-452 Add full support for auto-initialized/updated timestamp and datetime · 6d1cb3c3
      unknown authored
      Post-review changes according to Monty's review from 28/11/2012.
      6d1cb3c3
    • Igor Babaev's avatar
      Fixed bug mdev-3891. · c503f8b0
      Igor Babaev authored
      If a query referenced some system statistical tables, but not all of them,
      then executing an ANALYZE command simultaneously with this query could
      lead to a deadlock.
      The fix prohibited reading statistics from system statistical tables
      for such queries.
      
      Removed the function unlock_tables_n_open_system_tables_for_write()
      as not used anymore.
      Performed some minor refactoring of the code in sql_statistics.cc. 
      c503f8b0
  14. 10 Dec, 2012 1 commit
  15. 08 Dec, 2012 1 commit
    • Igor Babaev's avatar
      Addressed the following issue from the review of the patch for · 4b27ac9e
      Igor Babaev authored
      engine-independent statistics.
      When the primary key was dropped or changed statistics on secondary
      indexes for the prefixes that included components of the primary 
      key was not removed from the table mysql.index_stats.
      
      Also fixed: in the some cases when a column was changed statistics
      on the indexes that included this column was not removed from the
      table mysql.index_stats.
      
      Also disabled the test mdev-504 for --ps-protocol.
      4b27ac9e
  16. 06 Dec, 2012 1 commit