mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge of mysql-trunk-bugfixing into mysql-trunk-merge.
This commit is contained in:
@@ -534,7 +534,7 @@ struct ilink
|
||||
}
|
||||
static void operator delete(void* ptr_arg, size_t size)
|
||||
{
|
||||
my_free((uchar*)ptr_arg, MYF(MY_WME|MY_ALLOW_ZERO_PTR));
|
||||
my_free(ptr_arg);
|
||||
}
|
||||
|
||||
inline ilink()
|
||||
|
||||
Reference in New Issue
Block a user