mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed condition
This commit is contained in:
@ -6178,7 +6178,7 @@ remove_key:
|
|||||||
uint c;
|
uint c;
|
||||||
while ((check=it++))
|
while ((check=it++))
|
||||||
{
|
{
|
||||||
if ((!check->flags & Alter_info::CHECK_CONSTRAINT_IF_NOT_EXISTS) &&
|
if (!(check->flags & Alter_info::CHECK_CONSTRAINT_IF_NOT_EXISTS) &&
|
||||||
check->name.length)
|
check->name.length)
|
||||||
continue;
|
continue;
|
||||||
check->flags= 0;
|
check->flags= 0;
|
||||||
|
Reference in New Issue
Block a user