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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
59ff6307
Commit
59ff6307
authored
Jun 03, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get_[part_]partition_id(): Fix function comments.
parent
732a1afe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
sql/sql_partition.cc
sql/sql_partition.cc
+10
-6
No files found.
sql/sql_partition.cc
View file @
59ff6307
...
@@ -2199,9 +2199,11 @@ static uint32 get_part_id_linear_key(partition_info *part_info,
...
@@ -2199,9 +2199,11 @@ static uint32 get_part_id_linear_key(partition_info *part_info,
out:part_id The partition id is returned through this pointer
out:part_id The partition id is returned through this pointer
RETURN VALUE
RETURN VALUE
part_id
part_id Partition id of partition that would contain
return TRUE means that the fields of the partition function didn't fit
row with given values of PF-fields
into any partition and thus the values of the PF-fields are not allowed.
HA_ERR_NO_PARTITION_FOUND The fields of the partition function didn't
fit into any partition and thus the values of
the PF-fields are not allowed.
DESCRIPTION
DESCRIPTION
A routine used from write_row, update_row and delete_row from any
A routine used from write_row, update_row and delete_row from any
...
@@ -2240,9 +2242,11 @@ static uint32 get_part_id_linear_key(partition_info *part_info,
...
@@ -2240,9 +2242,11 @@ static uint32 get_part_id_linear_key(partition_info *part_info,
out:part_id The partition id is returned through this pointer
out:part_id The partition id is returned through this pointer
RETURN VALUE
RETURN VALUE
part_id
part_id Partition id of partition that would contain
return TRUE means that the fields of the partition function didn't fit
row with given values of PF-fields
into any partition and thus the values of the PF-fields are not allowed.
HA_ERR_NO_PARTITION_FOUND The fields of the partition function didn't
fit into any partition and thus the values of
the PF-fields are not allowed.
DESCRIPTION
DESCRIPTION
...
...
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