MDEV-17491 post-fix: GCC 7 -Wclass-memaccess
commit 3a37644a added a non-POD member buf_page_info_t::id, and thus GCC 7 or later would complain about a memset() call. Let my_malloc fill the memory for us.
Showing
Please register or sign in to comment