• Igor Babaev's avatar
    Fixed LP bug #671901. · 74d18e93
    Igor Babaev authored
    Currently BNLH join uses a simplified implementation of hash function
    when hash function is calculated over the whole key buffer, not only
    the significant bytes of it. It means that both building keys and
    probing keys both must fill insignificant bytes with the same filler.
    Usually 0 is used as such a filler.
    Yet the code before patch filled insignificant bytes only for probing
    keys. 
    74d18e93
sql_select.h 85.5 KB