mariadb/plugin/func_test
Nikita Malyavin 8bb920c226 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.
2025-06-02 19:34:03 +02: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 2025-06-02 19:34:03 +02:00