mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Main patch MDEV-27896 Wrong result upon COLLATE latin1_bin CHARACTER SET latin1 on the table or the database level
Also fixes MDEV-27782 Wrong columns when using table level `CHARACTER SET utf8mb4 COLLATE DEFAULT` MDEV-28644 Unexpected error on ALTER TABLE t1 CONVERT TO CHARACTER SET utf8mb3, DEFAULT CHARACTER SET utf8mb4
This commit is contained in:
parent
89adedcb9f
commit
208addf484
25 changed files with 3256 additions and 207 deletions
|
|
@ -195,7 +195,8 @@ static bool check_exchange_partition(TABLE *table, TABLE *part_table)
|
|||
bool compare_table_with_partition(THD *thd, TABLE *table, TABLE *part_table,
|
||||
partition_element *part_elem, uint part_id)
|
||||
{
|
||||
HA_CREATE_INFO table_create_info, part_create_info;
|
||||
HA_CREATE_INFO table_create_info;
|
||||
Table_specification_st part_create_info;
|
||||
Alter_info part_alter_info;
|
||||
Alter_table_ctx part_alter_ctx; // Not used
|
||||
DBUG_ENTER("compare_table_with_partition");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue