diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2011-03-09 18:41:16 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2011-03-09 18:41:16 +0100 |
commit | 4b4b36afc298d2a48d9a39949c0f74c6d03501a4 (patch) | |
tree | b6df4e8e70f89eccf4cfd9f31aac04c9c1e8df43 /sql/ha_partition.cc | |
parent | 9a45cd30793c349e9abbb24e5e09ac863bb499d7 (diff) | |
parent | 3da5a9cf2ccc2173d663d1dad4bc1bf6735a996d (diff) | |
download | mariadb-git-4b4b36afc298d2a48d9a39949c0f74c6d03501a4.tar.gz |
merge
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 74f5e116ccf..0e70ae60068 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -4448,6 +4448,7 @@ int ha_partition::index_read_idx_map(uchar *buf, uint index, break; } } + m_last_part= part; } else { |