summaryrefslogtreecommitdiff
path: root/storage/perfschema
Commit message (Expand)AuthorAgeFilesLines
* merge 10.5 to 10.6Vladislav Vaintroub2021-07-161-0/+2
|\
| * MDEV-21916: COM_STMT_BULK_EXECUTE with RETURNING insert wrong valuesOleksandr Byelkin2021-07-151-0/+2
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-013-6/+23
|\ \ | |/
| * perfschema: native type for my_thread_os_id_tDaniel Black2021-06-011-2/+12
| * perfschema: use glibc gettid if availableDaniel Black2021-06-013-4/+11
| * my_thread: Use unsigned long long for storing pthread IDsnia2021-06-011-2/+2
* | MDEV-25502: rpl.rpl_perfschema_applier_status_by_worker failed in bb with: Te...Sujatha2021-05-131-3/+6
* | Merge 10.5 into 10.6Marko Mäkelä2021-05-072-4/+3
|\ \ | |/
| * Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-052-4/+3
| |\
| | * Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-2/+1
| | |\
| | | * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-2/+1
| | | |\
| | | | * MDEV-25543: Building failure on MacOS in case MariadDB server is compiled wit...bb-10.2-MDEV-25543Dmitry Shulga2021-04-281-2/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-222-6/+4
|\ \ \ \ \ | |/ / / /
| * | | | Cleanup: constexpr PFS_table_context::m_word_sizeMarko Mäkelä2021-04-212-5/+3
| * | | | WITH_UBSAN: shift is too large for 32-bit intMarko Mäkelä2021-04-211-1/+1
* | | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-162-9/+6
* | | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-162-22/+7
* | | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-162-15/+36
* | | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-162-47/+124
* | | | | MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-081-0/+26
* | | | | MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-082-6/+15
* | | | | MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-084-261/+70
|/ / / /
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Daniel Black2021-02-263-15/+15
|\ \ \ \ | |/ / /
| * | | MDEV-20857: perf schema conflict name filename_hashDaniel Black2021-02-243-13/+13
* | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-1511-26/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-1215-36/+29
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-0114-21/+21
| | |\ \ | | | |/
| | | * MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-1114-21/+21
| | | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-15/+8
| | * | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-15/+8
* | | | Add build on AIXEtienne Guesnet2020-12-161-0/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-4/+10
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-4/+10
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-4/+10
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-4/+10
* | | | MDEV-23091: perfschema Add support for OpenBSD's getthrid() to retrieve the t...Brad Smith2020-08-283-0/+16
* | | | Merge branch 'merge-perfschema-5.7' into 10.5Sergei Golubchik2020-08-071-1/+1
|\ \ \ \
| * | | | 5.7.28Sergei Golubchik2019-12-11255-1242/+3458
| * | | | 5.7.13Sergei Golubchik2016-07-28254-7011/+34225
* | | | | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-1/+1
* | | | | MDEV-22621: perfschema add FreeBSD include header for pthread_getthreadid_npDaniel Black2020-07-281-0/+4
* | | | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-6/+3
* | | | | remove mysql_declare_plugin declaration from some pluginsSergei Golubchik2020-07-041-18/+0
* | | | | optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-041-0/+1
* | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-4/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Cleanup my_atomic.h includesSergey Vojtovich2020-03-211-1/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-161-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-131-0/+2
| | |\ \ \ | | | | |/ | | | |/|