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
9f6febf9
Commit
9f6febf9
authored
Nov 06, 2007
by
sergefp@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better comments
parent
a34c1d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
sql/opt_range.h
sql/opt_range.h
+7
-2
No files found.
sql/opt_range.h
View file @
9f6febf9
...
...
@@ -24,9 +24,14 @@
#endif
typedef
struct
st_key_part
{
uint16
key
,
part
,
store_length
,
length
;
uint16
key
,
part
;
/* See KEY_PART_INFO for meaning of the next two: */
uint16
store_length
,
length
;
uint8
null_bit
;
/* Keypart flags (0 if partition pruning is used) */
/*
Keypart flags (0 when this structure is used by partition pruning code
for fake partitioning index description)
*/
uint8
flag
;
Field
*
field
;
Field
::
imagetype
image_type
;
...
...
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