mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
BUG#18198: Fix
sql/partition_info.cc: minor fix
This commit is contained in:
parent
eb160d2836
commit
57e881430e
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue