Skip to content

Commit d31ee64

Browse files
committed
compiler warning
1 parent d7b84f9 commit d31ee64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_subselect.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4927,7 +4927,7 @@ int subselect_hash_sj_engine::exec()
49274927

49284928
if (has_covering_null_row)
49294929
{
4930-
DBUG_ASSERT(count_partial_match_columns = field_count);
4930+
DBUG_ASSERT(count_partial_match_columns == field_count);
49314931
count_pm_keys= 0;
49324932
}
49334933
else if (has_covering_null_columns)

0 commit comments

Comments
 (0)