mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.5 into 10.6
The changes to galera.galear_var_replicate_myisam_on in commitd9b933bec6
are omitted due to conflicts with commit27d66d644c
.
This commit is contained in:
@ -9707,7 +9707,7 @@ bool LEX::last_field_generated_always_as_row_start()
|
||||
Vers_parse_info &info= vers_get_info();
|
||||
Lex_ident *p= &info.as_row.start;
|
||||
return last_field_generated_always_as_row_start_or_end(p, "START",
|
||||
VERS_SYS_START_FLAG);
|
||||
VERS_ROW_START);
|
||||
}
|
||||
|
||||
|
||||
@ -9716,7 +9716,7 @@ bool LEX::last_field_generated_always_as_row_end()
|
||||
Vers_parse_info &info= vers_get_info();
|
||||
Lex_ident *p= &info.as_row.end;
|
||||
return last_field_generated_always_as_row_start_or_end(p, "END",
|
||||
VERS_SYS_END_FLAG);
|
||||
VERS_ROW_END);
|
||||
}
|
||||
|
||||
void st_select_lex_unit::reset_distinct()
|
||||
|
Reference in New Issue
Block a user