summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
authorunknown <mikael/pappa@dator5.(none)>2006-07-15 03:41:41 -0400
committerunknown <mikael/pappa@dator5.(none)>2006-07-15 03:41:41 -0400
commit39e48fb293fe778a0b0e5d4d53688707fb0bd47a (patch)
treeea832dbe49c5e0536d24f4e88b34e9fa22761fc8 /sql/ha_partition.h
parentdd7290571674e26cdd5f1be5304d15291517d6fa (diff)
parent907df8e3c8ae2133aa9ec4b7807f618ec571e10e (diff)
downloadmariadb-git-39e48fb293fe778a0b0e5d4d53688707fb0bd47a.tar.gz
Merge dator5.(none):/home/pappa/bug20767
into dator5.(none):/home/pappa/push_tree_w28 sql/ha_partition.cc: Auto merged sql/ha_partition.h: Auto merged
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index b838bc599f0..21f7e1c8ddf 100644
--- a/sql/ha_partition.h
+++ b/sql/ha_partition.h
@@ -56,6 +56,7 @@ private:
char *m_name_buffer_ptr; // Pointer to first partition name
handlerton **m_engine_array; // Array of types of the handlers
handler **m_file; // Array of references to handler inst.
+ uint m_file_tot_parts; // Debug
handler **m_new_file; // Array of references to new handlers
handler **m_reorged_file; // Reorganised partitions
handler **m_added_file; // Added parts kept for errors