File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -642,17 +642,6 @@ rec_offs_any_null_extern(
642
642
const ulint* offsets) /* !< in: rec_get_offsets(rec) */
643
643
MY_ATTRIBUTE((warn_unused_result));
644
644
645
- /* *****************************************************/ /* *
646
- Returns nonzero if the extern bit is set in nth field of rec.
647
- @return nonzero if externally stored */
648
- UNIV_INLINE
649
- ulint
650
- rec_offs_nth_extern_old (
651
- /* ================*/
652
- const rec_t * rec, /* !< in: record */
653
- ulint n /* !< in: index of the field */ )
654
- MY_ATTRIBUTE((warn_unused_result));
655
-
656
645
/* * Mark the nth field as externally stored.
657
646
@param[in] offsets array returned by rec_get_offsets()
658
647
@param[in] n nth field */
Original file line number Diff line number Diff line change @@ -955,21 +955,6 @@ rec_offs_any_null_extern(
955
955
return(NULL);
956
956
}
957
957
958
- /******************************************************//**
959
- Returns nonzero if the extern bit is set in nth field of rec.
960
- @return nonzero if externally stored */
961
- UNIV_INLINE
962
- ulint
963
- rec_offs_nth_extern_old(
964
- /*================*/
965
- const rec_t* rec, /*!< in: record */
966
- ulint n /*!< in: index of the field */)
967
- {
968
- if(rec_get_1byte_offs_flag(rec))
969
- return 0;
970
- return (rec_2_get_field_end_info(rec,n) & REC_2BYTE_EXTERN_MASK);
971
- }
972
-
973
958
/******************************************************//**
974
959
Gets the physical size of a field.
975
960
@return length of field */
You can’t perform that action at this time.
0 commit comments