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:
@ -5396,6 +5396,7 @@ public:
|
||||
bool cmp_int();
|
||||
bool cmp_decimal();
|
||||
bool cmp_str();
|
||||
bool cmp_time();
|
||||
};
|
||||
|
||||
/* EXISTS subselect interface class */
|
||||
|
Reference in New Issue
Block a user