1. 07 Mar, 2014 1 commit
  2. 06 Mar, 2014 2 commits
    • Sergey Vojtovich's avatar
      MDEV-5675 - Performance: my_hash_sort_bin is called too often · b95c8ce5
      Sergey Vojtovich authored
      Reduced number of my_hash_sort_bin() calls from 4 to 1 per query.
      Reduced number of memory accesses done by my_hash_sort_bin().
      
      Details:
      - let MDL subsystem use pre-calculated hash value for hash
        inserts and deletes
      - let table cache use pre-calculated MDL hash value
      - MDL namespace is excluded from hash value calculation, so that
        hash value can be used by table cache as is
      - hash value for MDL is calculated as resulting hash value + MDL
        namespace
      - extended hash implementation to accept user defined hash function
      b95c8ce5
    • unknown's avatar
  3. 05 Mar, 2014 1 commit
  4. 04 Mar, 2014 15 commits
  5. 03 Mar, 2014 11 commits
  6. 02 Mar, 2014 3 commits
  7. 01 Mar, 2014 3 commits
  8. 28 Feb, 2014 4 commits