mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
TRASH was mapped to TRASH_FREE and was supposed to be used for memory that should not be accessed anymore, while TRASH_ALLOC() is to be used for uninitialized but to-be-used memory. But sometimes TRASH() was used in the latter sense. Remove TRASH() macro, always use explicit TRASH_ALLOC() or TRASH_FREE().
9.2 KiB
9.2 KiB