mariadb/storage/innobase/handler
Sergey Vojtovich 91511216fc Scalability bottleneck in ha_innodb::general_fetch
With "WL#6047 - Do not allocate trx id for read-only transactions"
m_prebuilt->trx->id is always 0 for read-only transactions. This makes
it useless as an index for fuzzy counters.

Use server thread id instead similarly to MySQL.
2016-11-03 19:25:30 +04:00
..
ha_innodb.cc Scalability bottleneck in ha_innodb::general_fetch 2016-11-03 19:25:30 +04:00
ha_innodb.h MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locks 2016-11-03 16:35:15 +04:00
ha_innopart.cc Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
ha_innopart.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
handler0alter.cc Enable Geometry datatype for SPATIAL indexes and disable online 2016-10-03 19:54:23 +03:00
handler0alter_innopart.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
i_s.cc After merge and bug fixes 2016-10-05 01:11:08 +03:00
i_s.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00