mariadb/plugin/func_test
Nikita Malyavin 9b4ac2539a cleanup: add new(thd) to Sql_alloc and Item
Sql_alloc: add operator new(size_t, const THD *) noexcept. Also change throw()
to noexcept in other Sql_alloc operators.

Item: add operator new(size_t, const THD *).

The implementations are in the bottom of item.cc and sql_class.cc.

Made as a part of MDEV-34309
2024-12-13 16:11:52 +01:00
..
mysql-test/func_test MDEV-27277 Add a warning when max_sort_length is reached 2024-10-22 21:42:53 +07:00
CMakeLists.txt MDEV-20764 Add MariaDB_FUNCTION_COLLECTION_PLUGIN 2019-10-07 11:31:32 +04:00
plugin.cc cleanup: add new(thd) to Sql_alloc and Item 2024-12-13 16:11:52 +01:00