1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-27098 Subquery using the ALL keyword on TIME columns produces a wrong result

This commit is contained in:
Alexander Barkov
2021-11-20 21:49:25 +04:00
parent 7efcc2794d
commit e9f171b4fe
4 changed files with 46 additions and 2 deletions

View File

@ -5396,6 +5396,7 @@ public:
bool cmp_int();
bool cmp_decimal();
bool cmp_str();
bool cmp_time();
};
/* EXISTS subselect interface class */