mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed review comments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user