Sergei Golubchik
44c6328cbb
cleanup: thd->alloc<>() and thd->calloc<>()
...
create templates
thd->alloc<X>(n) to use instead of (X*)thd->alloc(sizeof(X)*n)
and the same for thd->calloc(). By the default the type is char,
so old usage of thd->alloc(size) works too.
2024-11-05 14:00:48 -08:00
Oleksandr Byelkin
d821fd7fab
Merge branch 'merge-perfschema-5.7' into 10.5
2023-04-28 08:22:17 +02:00
Oleksandr Byelkin
512dbc4527
5.7.42 (only copyright year in all files changed)
2023-04-28 08:09:26 +02:00
Oleksandr Byelkin
b043e1098e
Merge branch 'merge-perfschema-5.7' into 10.5
2022-08-02 09:34:15 +02:00
Oleksandr Byelkin
61d08f7427
mysql-5.7.39
2022-07-29 14:48:01 +02:00
Oleksandr Byelkin
880d543554
Merge branch 'merge-perfschema-5.7' into 10.5
2022-01-28 11:57:52 +01:00
Vicențiu Ciorbaru
8fe927e6de
Expand performance_schema tables definitions with column comments
...
Cover all columns that did not have comments. Adjust docs based off of
MariaDB implementation.
2021-09-10 17:16:50 +03:00
Sergei Golubchik
0b116d160a
5.7.34
2021-05-03 11:22:07 +02:00
Sergei Golubchik
0ea717f51a
P_S 5.7.28
2020-03-10 19:24:22 +01:00
Sergei Golubchik
36ebd704de
5.7.28
2019-12-11 21:39:26 +01:00
Sergei Golubchik
15f60c1a73
5.7.13
2016-07-28 15:52:12 +02:00