Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c42d0a14
Commit
c42d0a14
authored
Sep 09, 2010
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused constant REC_INFO_BITS.
This was replaced with REC_OLD_INFO_BITS in MySQL 5.0.3.
parent
245a142d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
storage/innobase/include/rem0rec.h
storage/innobase/include/rem0rec.h
+0
-2
No files found.
storage/innobase/include/rem0rec.h
View file @
c42d0a14
...
@@ -806,8 +806,6 @@ rec_print(
...
@@ -806,8 +806,6 @@ rec_print(
dict_index_t
*
index
);
/*!< in: record descriptor */
dict_index_t
*
index
);
/*!< in: record descriptor */
#endif
/* UNIV_HOTBACKUP */
#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
/* Maximum lengths for the data in a physical record if the offsets
are given in one byte (resp. two byte) format. */
are given in one byte (resp. two byte) format. */
#define REC_1BYTE_OFFS_LIMIT 0x7FUL
#define REC_1BYTE_OFFS_LIMIT 0x7FUL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment