diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-05-24 14:51:59 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-05-24 14:51:59 +0200 |
commit | 7af0bbc3bcc3f47c15bd14f97652ee4cb30dfac6 (patch) | |
tree | 498aada5d15432514b41100444b982ff13cc1568 /sql/handler.cc | |
parent | 923da1e889ed8d45d99ef1692eff853f6af1b49c (diff) | |
parent | 47906997c778edc506aa1ca16a113afef1650c54 (diff) | |
download | mariadb-git-7af0bbc3bcc3f47c15bd14f97652ee4cb30dfac6.tar.gz |
Merge of bug#51851.
Also moved HA_DATA_PARTITION from ha_partition.cc to table.h.
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index c0a5e2ff55c..8b56921a3a1 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -3548,7 +3548,7 @@ int handler::index_next_same(uchar *buf, const uchar *key, uint keylen) } -void handler::get_dynamic_partition_info(PARTITION_INFO *stat_info, +void handler::get_dynamic_partition_info(PARTITION_STATS *stat_info, uint part_id) { info(HA_STATUS_CONST | HA_STATUS_TIME | HA_STATUS_VARIABLE | |