summaryrefslogtreecommitdiff
path: root/sql/sql_partition.h
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-16 17:08:34 +0200
committerMikael Ronstrom <mikael@mysql.com>2009-10-16 17:08:34 +0200
commit05d7593fe34d6f7cabae81e95f7ea7c1b7ec7ffc (patch)
tree0a979268e6633f4868b5344edb8b6018b84fd30b /sql/sql_partition.h
parentb216aab1c436724ecae3e14db3b0de7b8e12bd38 (diff)
downloadmariadb-git-05d7593fe34d6f7cabae81e95f7ea7c1b7ec7ffc.tar.gz
Fixed review comments
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r--sql/sql_partition.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h
index 8fce2ebe6d1..47e5df0443f 100644
--- a/sql/sql_partition.h
+++ b/sql/sql_partition.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006 MySQL AB
+/* Copyright (C) 2006-2008 MySQL AB, Sun Microsystems Inc. 2008-2009
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
@@ -175,12 +175,12 @@ typedef struct st_partition_iter
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_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.
+ NO_MAX_RANGE
part_iter Iterator structure to be initialized
DESCRIPTION