-
Stephen R. van den Berg authored
sizeof(Thread.Queue()) is not equal to Thread.Queue()->size(). Fixes the calculation for adaptive buffer refills. Without this fix, it *will* result in hung queries, but only if the number of rows returned exceeds 1024.
Stephen R. van den Berg authoredsizeof(Thread.Queue()) is not equal to Thread.Queue()->size(). Fixes the calculation for adaptive buffer refills. Without this fix, it *will* result in hung queries, but only if the number of rows returned exceeds 1024.