mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Remove unused constant REC_INFO_BITS.
This was replaced with REC_OLD_INFO_BITS in MySQL 5.0.3.
This commit is contained in:
parent
245a142d26
commit
c42d0a143a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue