Fixed an error in the creation of REF access method for materialized
subquery execution, where the the REF buffer format was mistaken to be in record format instead of key format. The error was that the null byte for all fields of the record was in the front of the buffer, and not before each field data.
Showing
Please register or sign in to comment