MariaDB-server/storage
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
..
archive cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
blackhole cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
columnstore Merge '11.4' into 11.6 2024-10-03 15:59:20 +10:00
connect cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
csv cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
example cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
federated cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
federatedx cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
heap cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
innobase cleanup: generalize ER_INNODB_NO_FT_TEMP_TABLE 2024-11-05 14:00:48 -08:00
maria cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
mroonga cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
myisam cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
myisammrg cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
oqgraph cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
perfschema cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
rocksdb cleanup: unused function argument 2024-11-05 14:00:48 -08:00
sequence MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
sphinx cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
spider cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00