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

MDEV-13584 Assertion `!part_elem->tablespace_name && !table_create_info->tablespace' failed during EXCHANGE PARTITION with different TABLESPACE.

Wrong DBUG_ASSERT just removed.
This commit is contained in:
Alexey Botchkov
2018-04-17 16:10:47 +04:00
parent 02e897ca57
commit bb5f4967f5
3 changed files with 24 additions and 2 deletions

View File

@ -4762,8 +4762,6 @@ bool compare_partition_options(HA_CREATE_INFO *table_create_info,
const char *option_diffs[MAX_COMPARE_PARTITION_OPTION_ERRORS + 1];
int i, errors= 0;
DBUG_ENTER("compare_partition_options");
DBUG_ASSERT(!part_elem->tablespace_name &&
!table_create_info->tablespace);
/*
Note that there are not yet any engine supporting tablespace together