mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -9647,6 +9647,8 @@ bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const
|
||||
return true;
|
||||
case SYSTEM_TIME_BEFORE:
|
||||
break;
|
||||
case SYSTEM_TIME_HISTORY:
|
||||
break;
|
||||
case SYSTEM_TIME_AS_OF:
|
||||
return start.eq(conds.start);
|
||||
case SYSTEM_TIME_FROM_TO:
|
||||
|
Reference in New Issue
Block a user