summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-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
* | | | Optimize performance schema likely/unlikelyMichael Widenius2018-05-071-23/+23
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-20/+20
|\ \ \ \ | |/ / /
| * | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-20/+20
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-9/+9
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-151-2/+1
|\ \ \ \ | |/ / /
| * | | Compilation speed (#546)Eugene Kosov2018-01-141-2/+1
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-2/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-10-271-2/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'merge-perfschema-5.6' into 10.0Vicențiu Ciorbaru2017-10-261-2/+4
| | |\ \
| | | * | 5.6.38Vicențiu Ciorbaru2017-10-251-2/+4
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+3
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'merge-perfschema-5.6' into 10.0Vicențiu Ciorbaru2017-05-161-1/+2
| | |\ \ \ | | | |/ /
| | | * | 5.6.36Vicențiu Ciorbaru2017-05-161-1/+2
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-7/+27
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'merge/merge-perfschema-5.6' into 10.0Vicențiu Ciorbaru2017-01-101-7/+27
| |\ \ \ | | |/ /
| | * | 5.6.35Vicențiu Ciorbaru2017-01-071-7/+27
* | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-0/+2
* | | | MDEV-9058: protocol: COM_MULTI command (part 1)Oleksandr Byelkin2016-03-181-1/+3
|/ / /
* | | Merge branch 'merge/merge-perfschema-5.6' into 10.0Sergei Golubchik2015-12-131-0/+9
|\ \ \ | |/ /
| * | 5.6.28Sergei Golubchik2015-12-131-0/+9
* | | Merge branch 'merge-perfschema-5.6' into 10.0Sergei Golubchik2015-10-091-0/+1
|\ \ \ | |/ /
| * | 5.6.27Sergei Golubchik2015-10-091-0/+1
* | | perfschema 5.6.24Sergei Golubchik2015-05-051-22/+61
|\ \ \ | |/ /
| * | 5.6.24Sergei Golubchik2015-05-041-22/+61
* | | perfschema 5.6.17Sergei Golubchik2014-05-071-68/+111
|\ \ \ | |/ /
| * | 5.6.17Sergei Golubchik2014-05-071-68/+111
| * | perfschema 5.6.10 initial commit.Sergei Golubchik2014-05-061-0/+5223
| /
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-181/+414
* | 10.0-base mergeSergei Golubchik2013-01-311-1/+1
|\ \ | |/
| * Fixed problem with failing mysql_upgrade when proc table was not correct.Michael Widenius2013-01-111-1/+1
* | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-600/+3476
|/
* Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
* Bug#12727287: Maintainer mode compilation fails with gcc 4.6Davi Arnaut2011-07-071-0/+3
* Bug# 53874 "SETUP_INSTRUMENTS.TIMED='NO' should not change TIMER_WAITChristopher Powers2010-08-261-19/+56
* Bug#53874, "SETUP_INSTRUMENTS.TIMED='NO' should not change TIMER_WAIT in aggr...Christopher Powers2010-08-191-22/+30
* Bug#55462 Performance schema: reduce the overhead of PFS_events_waits::m_wait...Marc Alff2010-08-121-7/+0
* Fixed Copyright headers in storage/perfschemaMarc Alff2010-07-151-3/+3
* Bug#55087 Performance schema: optimization of the instrumentation interfaceMarc Alff2010-07-091-11/+18
* Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
* Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-1/+6
* Bug#44210 Performance schema: pool-of-threads threads instrumentation is missingMarc Alff2010-01-261-0/+8
* WL#2360 Performance schemaMarc Alff2010-01-111-0/+2053