UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Return results to multiple connections #110

Closed kpgaffney closed 4 years ago

kpgaffney commented 4 years ago

This fixes an issue where results were not being returned to the correct connection. Since statements can be executed out-of-order, in each statement we store the ID of the connection to which the statement belongs. I also fixed a few warnings in hash_join.rs.