Commit 6f5f5b94 authored by Michael Widenius's avatar Michael Widenius

Fixed typo. (Old code worked as both tested parts where 'bool', but not nice code..)

parent 5407f511
......@@ -10642,7 +10642,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
{
cur_group->buff=(char*) group_buff;
if (maybe_null & !field->null_bit)
if (maybe_null && !field->null_bit)
{
/*
This can only happen in the unusual case where an outer join
......
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