1. 16 Dec, 2013 1 commit
  2. 15 Dec, 2013 4 commits
  3. 13 Dec, 2013 4 commits
  4. 12 Dec, 2013 5 commits
  5. 11 Dec, 2013 2 commits
  6. 10 Dec, 2013 1 commit
  7. 12 Dec, 2013 2 commits
  8. 10 Dec, 2013 1 commit
    • Sergey Vojtovich's avatar
      MDEV-4956 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.used_tables · 98c4f167
      Sergey Vojtovich authored
      - tc_acquire_table and tc_release_table do not access
        TABLE_SHARE::tdc.used_tables anymore
      - in tc_acquire_table(): release LOCK_tdc after we relase LOCK_open
        (saves a few CPU cycles in critical section)
      - in tc_release_table(): if we reached table cache threshold, evict
        to-be-released table without moving it to unused_tables. unused_tables
        must be empty at this point.
      98c4f167
  9. 12 Dec, 2013 1 commit
  10. 09 Dec, 2013 9 commits
  11. 07 Dec, 2013 1 commit
  12. 06 Dec, 2013 1 commit
  13. 05 Dec, 2013 2 commits
    • Igor Babaev's avatar
      Merge · 21d0d8c5
      Igor Babaev authored
      21d0d8c5
    • Igor Babaev's avatar
      Fixed bug mdev-5382 · ccf5871d
      Igor Babaev authored
      When marking used columns the function find_field_in_table_ref() erroneously
      called the walk method for the real item behind a view/derived table field
      with the second parameter set to TRUE.
      This erroneous code was introduced in 2006. 
      ccf5871d
  14. 04 Dec, 2013 1 commit
  15. 03 Dec, 2013 1 commit
  16. 02 Dec, 2013 2 commits
  17. 01 Dec, 2013 2 commits