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 | 063a34b68145d1ebb314d619fdba87982a60ea63 (patch) | |
tree | 1d54e89e30c9adb8633fba9aa5d03fe3d837d6b0 /sql/ha_partition.h | |
parent | 5bde03c8e12ac32da42d385112c6cdf265a5798d (diff) | |
download | mariadb-git-063a34b68145d1ebb314d619fdba87982a60ea63.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(); /* |