1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge branch 10.4 into 10.5

A few of constaint -> constraint
This commit is contained in:
Daniel Black
2022-04-21 14:48:13 +10:00
20 changed files with 2132 additions and 901 deletions

View File

@ -798,8 +798,10 @@ void vers_select_conds_t::print(String *str, enum_query_type query_type) const
end.print(str, query_type, STRING_WITH_LEN(" AND "));
break;
case SYSTEM_TIME_BEFORE:
start.print(str, query_type, STRING_WITH_LEN(" FOR SYSTEM_TIME BEFORE "));
break;
case SYSTEM_TIME_HISTORY:
DBUG_ASSERT(0);
// nothing to add
break;
case SYSTEM_TIME_ALL:
str->append(" FOR SYSTEM_TIME ALL");