diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-21 17:45:34 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-21 17:45:34 +0200 |
commit | d89e60c343ec420265afad44c0d45ad678bd0837 (patch) | |
tree | 28d56c02b647e3c79b9fe9c625242b03c51a5c27 /sql/sql_partition.h | |
parent | 06e871b44de6862515da8ac5b967226fd4fe9432 (diff) | |
download | mariadb-git-d89e60c343ec420265afad44c0d45ad678bd0837.tar.gz |
WL#3352, minor code formatting fixes after code review
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 47e5df0443f..ca0439506f2 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 @@ -172,16 +172,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 |