1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg

This commit is contained in:
Sergei Golubchik
2025-04-27 11:33:27 +02:00
committed by Oleksandr Byelkin
430 changed files with 14769 additions and 6751 deletions

View File

@ -630,7 +630,8 @@ bool Sql_cmd_alter_table_exchange_partition::
ddl_log.new_table_id.length= MY_UUID_SIZE;
/* set lock pruning on first table */
const Lex_cstring_strlen partition_name= alter_info->partition_names.head();
const Lex_cstring_strlen partition_name=
Lex_cstring_strlen(alter_info->partition_names.head());
if (unlikely(table_list->table->part_info->
set_named_partition_bitmap(partition_name.str,
partition_name.length)))