summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_setup_consumers.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some places didn't match the previous rules, making the Floor address wrong. Additional sed rules: sed -i -e 's/Place.*Suite .*, Boston/Street, Fifth Floor, Boston/g' sed -i -e 's/Suite .*, Boston/Fifth Floor, Boston/g'
* | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
|/ / | | | | | | | | | | | | | | | | This was done to make it clear that a update_row() should not change the row. This was not done for handler::write_row() as this function still needs to update auto_increment values in the row. This should at some point be moved to handler::ha_write_row() after which write_row can also have const arguments.
* | MDEV-4262 - P_S discoverySergey Vojtovich2014-08-191-2/+0
| | | | | | | | | | | | | | | | | | Discover P_S tables automatically. Most of this patch is code clean-up: - removed tests and code responsible for P_S tables correctness verification - always return error from ha_perfschema::create() - install/upgrade scripts won't create P_S tables anymore
* | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-2/+3
|/
* Updated/added copyright headersKent Boortz2011-06-301-1/+2
|
* Fixed Copyright headers in storage/perfschemaMarc Alff2010-07-151-3/+3
| | | | | Fixed minor merge issues with #includes
* WL#2360 Performance schemaMarc Alff2010-01-111-0/+85
Part V: performance schema implementation