1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00
Files
mariadb/client
Sergey Vojtovich b95c8ce530 MDEV-5675 - Performance: my_hash_sort_bin is called too often
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
2014-03-06 16:19:12 +04:00
..
2013-07-18 16:46:57 +02:00
2013-07-16 19:09:54 +02:00
2013-06-10 21:45:30 +02:00
2014-02-17 11:00:51 +01:00
2014-02-03 15:22:39 +01:00
2014-02-10 15:12:17 +01:00
2014-02-03 15:22:39 +01:00
2014-02-03 15:22:39 +01:00
2014-02-25 16:04:35 +01:00
2014-03-05 23:20:10 +01:00
2014-02-03 15:22:39 +01:00
2014-02-03 15:22:39 +01:00
2014-02-03 15:22:39 +01:00
2013-06-10 21:45:30 +02:00
2013-05-07 13:05:09 +02:00
2013-07-16 19:09:54 +02:00