diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-09-13 15:56:56 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-09-13 15:56:56 +0200 |
commit | 92655149a60bf990e785f39e7c4f3142049bb495 (patch) | |
tree | e2cb245f59839f8b100868dab5c0db987cbfa7a2 /sql/ha_partition.h | |
parent | dae7b019190b46cfaadf7b4c8d47fe05f6cfb457 (diff) | |
parent | b76f3912628e0f0f0377eaf1e2f2a3ae0abfdada (diff) | |
download | mariadb-git-92655149a60bf990e785f39e7c4f3142049bb495.tar.gz |
merge
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index cfab2dde394..353e0d17159 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -137,6 +137,10 @@ private: */ bool m_extra_cache; 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(); /* |