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

Revert "MDEV-34033 Exchange partition with virtual columns fails"

This reverts commit 0cf2176b
This commit is contained in:
Nikita Malyavin
2025-08-11 16:14:39 +02:00
parent a394fc0270
commit 0109312221
8 changed files with 1 additions and 118 deletions

View File

@@ -241,8 +241,6 @@ bool compare_table_with_partition(THD *thd, TABLE *table, TABLE *part_table,
part_create_info.row_type= table->s->row_type;
}
part_create_info.table= part_table;
/*
NOTE: ha_blackhole does not support check_if_compatible_data,
so this always fail for blackhole tables.