box: use format data instead of field def array in space read view
In scope of #4693, we now create runtime tuple formats from format data, so we need to adapt space read views accordingly: they use a field definition array for creating tuple formats and for accessing field names and types — for the latter case we will also allocate a field definition array separately. Follows-up #4693 NO_CHANGELOG=refactoring NO_DOC=refactoring NO_TEST=refactoring
Please register or sign in to comment