mariadb/plugin/versioning
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
..
CMakeLists.txt Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
versioning.cc cleanup: add new(thd) to Sql_alloc and Item 2025-06-02 19:34:03 +02:00