• marko's avatar
    branches/zip: Fix a bug in fast index creation that was introduced in r2131 · 7a2e6b0e
    marko authored
    when row_build() was changed to prefetch all externally stored column
    prefixes that occur in ordering fields of an index.
    
    row_build(): Add the parameter col_table for determining which
    externally stored columns need to be fetched.
    
    row_merge_read_clustered_index(): Pass new_table as the said parameter,
    so that newly added indexes containing column prefix indexes of externally
    stored columns will work.
    7a2e6b0e
row0row.h 10.8 KB