You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you perform a lower_bound() or other search operation using a secondary index on a read-only Table object that is "vacant" (i.e., it doesn't have any files in it's base directory), it will cause a segmentation fault.
Currently, if you perform a lower_bound() or other search operation using a secondary index on a read-only Table object that is "vacant" (i.e., it doesn't have any files in it's base directory), it will cause a segmentation fault.