Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
12.3.1
-
None
-
Can result in unexpected behaviour
Description
An error in the code in item_timefunc.cc was found
if (typeid(this) != typeid(item)) |
|
supposed to be
if (typeid(*this) != typeid(*item)) |
Need to fix this and cover with the adequate test case.
Attachments
Issue Links
- is caused by
-
MDEV-37261 Basic XML data type
-
- Closed
-