1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.8 into 10.9

This commit is contained in:
Marko Mäkelä
2022-11-21 10:25:38 +02:00
104 changed files with 3031 additions and 3576 deletions

View File

@@ -7899,6 +7899,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)
{
@@ -7911,6 +7912,7 @@ void rename_field_in_list(Create_field *field, List<const char> *field_list)
it.replace(field->field_name.str);
}
}
#endif
/**