Commit 9d926742 authored by unknown's avatar unknown

BUG#18198: Fix


sql/partition_info.cc:
  minor fix
parent 36bfec04
......@@ -737,8 +737,6 @@ bool partition_info::check_partition_info(THD *thd, handlerton **eng_type,
}
spf_collation_allowed= (char)part_expression_ok;
}
else
multi_char_collation_allowed= TRUE;
if (!pf_collation_allowed ||
!spf_collation_allowed)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment