summaryrefslogtreecommitdiff
path: root/include/mysql/psi/mysql_table.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: safer versions of PSI no-op macrosSergei Golubchik2015-06-271-6/+6
|
* MDEV-7956 - handler::rebind_psi() takes 0.07% in OLTP ROSergey Vojtovich2015-06-191-0/+6
| | | | | | | | | | | Do not call handler::rebind_psi() and handler::unbind_psi() when performance schema is compiled out. Overhead change: handler::rebind_psi 0.04% -> out of radar handler::unbind_psi 0.03% -> out of radar open_table 0.21% -> 0.18% close_thread_table 0.05% -> 0.05%
* 10.0-monty mergeSergei Golubchik2013-07-211-40/+43
|\ | | | | | | | | | | | | | | includes: * remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING" * introduce LOCK_share, now LOCK_ha_data is strictly for engines * rea_create_table() always creates .par file (even in "frm-only" mode) * fix a 5.6 bug, temp file leak on dummy ALTER TABLE
| * Temporary commit of 10.0-mergeMichael Widenius2013-03-261-34/+35
| |
* | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACESergei Golubchik2013-04-151-0/+16
|/ | | | simplify ha_table_share_psi()
* Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-0/+188