mariadb/plugin/versioning
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
..
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 2024-12-13 16:11:52 +01:00