Remove unused constant REC_INFO_BITS.

This was replaced with REC_OLD_INFO_BITS in MySQL 5.0.3.
This commit is contained in:
Marko Mäkelä 2010-09-09 13:44:04 +03:00
commit c42d0a143a

View file

@ -806,8 +806,6 @@ rec_print(
dict_index_t* index); /*!< in: record descriptor */
#endif /* UNIV_HOTBACKUP */
#define REC_INFO_BITS 6 /* This is single byte bit-field */
/* Maximum lengths for the data in a physical record if the offsets
are given in one byte (resp. two byte) format. */
#define REC_1BYTE_OFFS_LIMIT 0x7FUL