summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-11-062-0/+64
|\
| * Merge 10.1 to 10.2Marko Mäkelä2019-11-062-0/+64
| |\
| | * MDEV-17896 Assertion `pfs->get_refcount() > 0' failedRobert Bindar2019-11-012-0/+64
* | | Merge branch '10.2' into 10.3Monty2019-09-0395-447/+70
|\ \ \ | |/ /
| * | Updated mtr files to support different compiled in optionsMonty2019-09-0194-446/+70
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-142-2/+2
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-132-2/+2
| |\ \ | | |/
| | * Update FSF addressVicențiu Ciorbaru2019-05-112-2/+2
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+2
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+2
| |\ \ | | |/
| | * MDEV-19265 Server should throw warning if event is created and event_schedule...Vladislav Vaintroub2019-04-281-0/+2
* | | dirty mergeOleksandr Byelkin2019-02-072-2/+7
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-02-032-2/+7
| |\ \ | | |/
| | * Merge 10.1 into 10.1Marko Mäkelä2019-02-022-2/+7
| | |\
| | | * Merge branch 'merge-perfschema-5.6' into 10.0Oleksandr Byelkin2019-01-282-2/+7
| | | |\
| | | | * 5.6.43Oleksandr Byelkin2019-01-242-2/+7
| | | | * 5.6.42Sergei Golubchik2018-10-271-7/+7
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-1/+0
| | | |\ \
| | | | * | MDEV-8692 prefschema test failures on ARM (on Debian build system)Alexander Barkov2017-07-175-6/+22
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-072-16/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-072-16/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-17917 MTR: fixed race conditions in perfschema.socket_connect, main.connectVladislav Vaintroub2018-12-062-16/+6
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-292-0/+26
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-05-292-0/+26
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-10679 Crash in performance schema and partitioning with discoveryMonty2018-05-262-0/+25
* | | | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-124-4/+62
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Use same connection convention of specifying IPsVicențiu Ciorbaru2018-04-124-28/+28
| * | | | | Fix perfschema.hostcache_ipv4_max_conVicentiu Ciorbaru2018-04-124-28/+28
| * | | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-104-4/+62
| |\ \ \ \ \ | | |/ / / /
| | * | | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-264-4/+34
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-192-0/+31
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-192-0/+31
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-192-0/+31
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-10486 MariaDB 10.x does not update rows_examined in performance_schema t...Alexey Botchkov2017-12-182-0/+31
| | | * | | | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-2/+2
* | | | | | | MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisyncAndrei Elkin2017-12-181-2/+2
* | | | | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-182-2/+4
* | | | | | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary logMonty2017-12-181-0/+8
* | | | | | | Moved semisync from a plugin to normal serverMonty2017-12-181-2/+2
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-122-7/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Move all kill mutex protection to LOCK_thd_killMonty2017-12-082-7/+8
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-1099-9626/+5831
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add more execution stages (commit, rollback, etc)Monty2017-11-0599-9626/+5831
* | | | | | | (Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Alexander Barkov2017-10-316-35/+58
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-212-18/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-202-18/+18
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-13712 Spelling errors in the error messageSergei Golubchik2017-09-182-18/+18
* | | | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-262-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-252-0/+2
| |\ \ \ \ \ \ | | |/ / / / /