diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-28 17:30:58 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-28 17:30:58 +0100 |
commit | 4083216d7378f3dadfe150a8a23cd82d0a96d52b (patch) | |
tree | afe12adcf7bd4e9a6e1902656cac139f3b7783d2 /sql/sql_partition.h | |
parent | 10fed1aca0096acb135c2065233e84d61b00b9cf (diff) | |
parent | 49a4ed2b3f01b1138934a7dc6d4eff8c529c3efd (diff) | |
download | mariadb-git-4083216d7378f3dadfe150a8a23cd82d0a96d52b.tar.gz |
merge
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h index 724a63e1d76..514b7fd69c4 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2008 MySQL AB, Sun Microsystems Inc. 2008-2009 +/* Copyright 2005-2008 MySQL AB, 2008-2009 Sun Microsystems, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -171,16 +171,16 @@ typedef struct st_partition_iter SYNOPSIS get_partitions_in_range_iter() - part_info Partitioning info + part_info Partitioning info is_subpart - store_length_array Length of fields packed in opt_range_key format - min_val Left edge, field value in opt_range_key format - max_val Right edge, field value in opt_range_key format - min_len Length of minimum value - max_len Length of maximum value - flags Some combination of NEAR_MIN, NEAR_MAX, NO_MIN_RANGE, - NO_MAX_RANGE - part_iter Iterator structure to be initialized + store_length_array Length of fields packed in opt_range_key format + min_val Left edge, field value in opt_range_key format + max_val Right edge, field value in opt_range_key format + min_len Length of minimum value + max_len Length of maximum value + flags Some combination of NEAR_MIN, NEAR_MAX, NO_MIN_RANGE, + NO_MAX_RANGE + part_iter Iterator structure to be initialized DESCRIPTION Functions with this signature are used to perform "Partitioning Interval |