mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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));
|
||||
return ltime;
|
||||
}
|
||||
static void operator delete(void *ptr, MYSQL_TIME *ltime) { }
|
||||
|
||||
long fraction_remainder(uint dec) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user