1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Merge 10.7 into 10.8

This commit is contained in:
Marko Mäkelä
2022-11-17 21:35:12 +02:00
98 changed files with 2993 additions and 3544 deletions

View File

@@ -7901,6 +7901,7 @@ void append_drop_column(THD *thd, String *str, Field *field)
}
#ifdef WITH_PARTITION_STORAGE_ENGINE
static inline
void rename_field_in_list(Create_field *field, List<const char> *field_list)
{
@@ -7913,6 +7914,7 @@ void rename_field_in_list(Create_field *field, List<const char> *field_list)
it.replace(field->field_name.str);
}
}
#endif
/**