mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixing Windows compilation failure in MDEV-17203 (C4291 no matching operator delete found)
This commit is contained in:
@ -476,6 +476,7 @@ public:
|
|||||||
DBUG_ASSERT(size == sizeof(MYSQL_TIME));
|
DBUG_ASSERT(size == sizeof(MYSQL_TIME));
|
||||||
return ltime;
|
return ltime;
|
||||||
}
|
}
|
||||||
|
static void operator delete(void *ptr, MYSQL_TIME *ltime) { }
|
||||||
|
|
||||||
long fraction_remainder(uint dec) const
|
long fraction_remainder(uint dec) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user