diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-09-07 17:56:43 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-09-07 17:56:43 +0200 |
commit | af951a6c368a234d9521cb1afc347fd53fae141e (patch) | |
tree | 1d54e89e30c9adb8633fba9aa5d03fe3d837d6b0 /sql/ha_partition.h | |
parent | b409fad8cc0812cc1da44bb6b893e95be46049ca (diff) | |
download | mariadb-git-af951a6c368a234d9521cb1afc347fd53fae141e.tar.gz |
Bug#55458: Partitioned MyISAM table gets crashed by multi-table update
Updated according to reviewers comments.
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 013341e4df3..feb2ddb9cfc 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -156,6 +156,8 @@ private: uint m_extra_cache_size; /* The same goes for HA_EXTRA_PREPARE_FOR_UPDATE */ bool m_extra_prepare_for_update; + /* Which partition has active cache */ + uint m_extra_cache_part_id; void init_handler_variables(); /* |