Browse Source

compilation failure with BUILD/compile-amd64-valgrind-max

pull/374/head
Sergei Golubchik 12 years ago
parent
commit
99316b51b6
  1. 2
      sql/opt_range.cc

2
sql/opt_range.cc

@ -13636,7 +13636,7 @@ int QUICK_GROUP_MIN_MAX_SELECT::next_min()
}
else if (result == HA_ERR_KEY_NOT_FOUND || result == HA_ERR_END_OF_FILE)
result= 0; /* There is a result in any case. */
my_afree(key_buf);
my_afree(tmp_key_buff);
}
}

Loading…
Cancel
Save