Commit d31ee64d authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warning

parent d7b84f94
......@@ -4927,7 +4927,7 @@ int subselect_hash_sj_engine::exec()
if (has_covering_null_row)
{
DBUG_ASSERT(count_partial_match_columns = field_count);
DBUG_ASSERT(count_partial_match_columns == field_count);
count_pm_keys= 0;
}
else if (has_covering_null_columns)
......
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