1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

get_[part_]partition_id(): Fix function comments.

This commit is contained in:
sergefp@mysql.com
2006-06-03 04:03:26 +04:00
parent 7921811e1f
commit 995bb87d9c

View File

@ -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,
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