Commit 4437b5bf authored by Alexander Barkov's avatar Alexander Barkov

Fixing Windows compilation failure in MDEV-17203 (C4291 no matching operator delete found)

parent d9339974
......@@ -476,6 +476,7 @@ class Temporal: protected MYSQL_TIME
DBUG_ASSERT(size == sizeof(MYSQL_TIME));
return ltime;
}
static void operator delete(void *ptr, MYSQL_TIME *ltime) { }
long fraction_remainder(uint dec) const
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment