summaryrefslogtreecommitdiff
path: root/sql/sql_partition.h
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-28 18:32:48 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-10-28 18:32:48 +0100
commit2d1c1f828033eb20301e00b7babc0e6aabe5dfdf (patch)
tree50dea28d744258e607332a59e011c4ea813122a0 /sql/sql_partition.h
parentd9e05040f4e0f0f5053689ec1d75cd94aa2807d3 (diff)
parent136ce37141ef0d13a3ffd256f2f892c1daa824ad (diff)
downloadmariadb-git-2d1c1f828033eb20301e00b7babc0e6aabe5dfdf.tar.gz
Merge
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r--sql/sql_partition.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h
index 8d14a6f3ea4..e9de5f85870 100644
--- a/sql/sql_partition.h
+++ b/sql/sql_partition.h
@@ -1,7 +1,7 @@
#ifndef SQL_PARTITION_INCLUDED
#define SQL_PARTITION_INCLUDED
-/* 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
@@ -174,16 +174,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