Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: safer versions of PSI no-op macros | Sergei Golubchik | 2015-06-27 | 1 | -6/+6 |
| | |||||
* | MDEV-7956 - handler::rebind_psi() takes 0.07% in OLTP RO | Sergey Vojtovich | 2015-06-19 | 1 | -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 merge | Sergei Golubchik | 2013-07-21 | 1 | -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-merge | Michael Widenius | 2013-03-26 | 1 | -34/+35 |
| | | |||||
* | | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACE | Sergei Golubchik | 2013-04-15 | 1 | -0/+16 |
|/ | | | | simplify ha_table_share_psi() | ||||
* | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 | Michael Widenius | 2012-08-01 | 1 | -0/+188 |