mariadb/storage/spider
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
..
mysql-test/spider MDEV-34716 Fix mysql.servers socket max length too short 2024-10-15 10:50:22 +11:00
CMakeLists.txt Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
ha_spider.cc cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
ha_spider.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
spd_conn.cc Merge branch '11.2' into 11.4 2024-09-18 11:27:53 +10:00
spd_conn.h Merge branch '10.11' into 11.2 2024-09-18 10:45:26 +10:00
spd_copy_tables.cc MDEV-34716 spider: some trivial cleanups and documentation 2024-10-15 10:50:22 +11:00
spd_copy_tables.h
spd_db_conn.cc Merge branch '10.11' into 11.2 2024-09-18 10:45:26 +10:00
spd_db_conn.h Merge branch '10.5' into 10.6 2024-09-12 10:17:51 +10:00
spd_db_include.cc Merge branch '10.6' into 10.11 2024-09-11 16:10:53 +10:00
spd_db_include.h Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
spd_db_mysql.cc cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
spd_db_mysql.h Merge branch '10.5' into 10.6 2024-09-11 15:49:16 +10:00
spd_direct_sql.cc Merge branch '10.11' into 11.2 2024-09-18 10:45:26 +10:00
spd_direct_sql.h
spd_err.h MDEV-32627 Spider: use CONNECTION string in SQLDriverConnect 2024-08-28 16:43:07 +10:00
spd_group_by_handler.cc Merge branch '10.6' into 10.11 2024-09-12 10:44:13 +10:00
spd_group_by_handler.h Merge 10.6 into 10.11 2024-06-27 10:26:09 +03:00
spd_i_s.cc Merge branch '10.6' into 10.11 2024-09-11 16:10:53 +10:00
spd_include.h MDEV-34716 spider: some trivial cleanups and documentation 2024-10-15 10:50:22 +11:00
spd_init_query.h Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
spd_malloc.cc Merge branch '11.2' into 11.4 2024-09-18 11:27:53 +10:00
spd_malloc.h
spd_param.cc Merge 11.6 into 11.7 2024-10-03 18:15:13 +03:00
spd_param.h MDEV-27643 Spider: remove #ifdef HA_CAN_BULK_ACCESS 2024-09-10 11:19:19 +10:00
spd_ping_table.cc Merge branch '10.11' into 11.2 2024-09-18 10:25:16 +10:00
spd_ping_table.h
spd_sys_table.cc MDEV-34716 spider: some trivial cleanups and documentation 2024-10-15 10:50:22 +11:00
spd_sys_table.h Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_table.cc MDEV-34716 spider: some trivial cleanups and documentation 2024-10-15 10:50:22 +11:00
spd_table.h MDEV-27644 Spider: remove HANDLER_HAS_DIRECT_AGGREGATE 2024-09-10 11:15:18 +10:00
spd_trx.cc MDEV-34716 spider: some trivial cleanups and documentation 2024-10-15 10:50:22 +11:00
spd_trx.h MDEV-27643 Spider: remove #ifdef HA_CAN_BULK_ACCESS 2024-09-10 11:19:19 +10:00
spd_udf.cc Merge branch '10.6' into 10.11 2024-09-11 16:10:53 +10:00
spd_udf.def
spd_udf.h
spider.cnf