Commit c42d0a14 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove unused constant REC_INFO_BITS.

This was replaced with REC_OLD_INFO_BITS in MySQL 5.0.3.
parent 245a142d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment