summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_esms_by_user_by_event_name.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2023-02-101-2/+1
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is the result of running run-clang-tidy -fix -header-filter=.* -checks='-*,modernize-use-equals-default' . Code style changes have been done on top. The result of this change leads to the following improvements: 1. Binary size reduction. * For a -DBUILD_CONFIG=mysql_release build, the binary size is reduced by ~400kb. * A raw -DCMAKE_BUILD_TYPE=Release reduces the binary size by ~1.4kb. 2. Compiler can better understand the intent of the code, thus it leads to more optimization possibilities. Additionally it enabled detecting unused variables that had an empty default constructor but not marked so explicitly. Particular change required following this patch in sql/opt_range.cc result_keys, an unused template class Bitmap now correctly issues unused variable warnings. Setting Bitmap template class constructor to default allows the compiler to identify that there are no side-effects when instantiating the class. Previously the compiler could not issue the warning as it assumed Bitmap class (being a template) would not be performing a NO-OP for its default constructor. This prevented the "unused variable warning".
* | Merge branch 'merge-perfschema-5.7' into 10.5Oleksandr Byelkin2022-08-021-1/+2
|\ \
| * | mysql-5.7.39Oleksandr Byelkin2022-07-291-1/+2
| | |
* | | Merge branch 'merge-perfschema-5.7' into 10.5Oleksandr Byelkin2022-01-281-1/+1
|\ \ \ | |/ /
| * | 5.7.34Sergei Golubchik2021-05-031-1/+1
| | |
| * | 5.7.28Sergei Golubchik2019-12-111-3/+10
| | |
| * | 5.7.13Sergei Golubchik2016-07-281-4/+2
| | |
* | | P_S 5.7.28Sergei Golubchik2020-03-101-4/+2
| |/ |/|
* | Merge branch 'merge-perfschema-5.6' into 10.1Oleksandr Byelkin2020-01-191-3/+10
|\ \
| * | 5.6.47Oleksandr Byelkin2020-01-191-3/+10
| |/
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
* | 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
* 5.6.17Sergei Golubchik2014-05-071-2/+2
|
* perfschema 5.6.10 initial commit.Sergei Golubchik2014-05-061-0/+125
10.0 files