summaryrefslogtreecommitdiff
path: root/sql/partition_info.h
diff options
context:
space:
mode:
authormikael/pappa@dator5.(none) <>2006-10-02 15:52:29 -0400
committermikael/pappa@dator5.(none) <>2006-10-02 15:52:29 -0400
commit1cdf82e012148370a721d9c4ac5c3cc9bcba00ba (patch)
tree4bca4ca32b026e15672d4d0284b012a03a358a81 /sql/partition_info.h
parent74c7f60d45e8285b17e2ecac71b33b35114be975 (diff)
downloadmariadb-git-1cdf82e012148370a721d9c4ac5c3cc9bcba00ba.tar.gz
BUG#18198: Partition function handling
Fixes of after review fixes
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r--sql/partition_info.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/partition_info.h b/sql/partition_info.h
index b45789c4bae..09d827d44c4 100644
--- a/sql/partition_info.h
+++ b/sql/partition_info.h
@@ -150,7 +150,8 @@ public:
/********************************************
* INTERVAL ANALYSIS ENDS
********************************************/
-
+
+ longlong err_value;
char* part_info_string;
char *part_func_string;
@@ -227,7 +228,7 @@ public:
restore_full_part_field_ptrs(NULL),
part_expr(NULL), subpart_expr(NULL), item_free_list(NULL),
first_log_entry(NULL), exec_log_entry(NULL), frm_log_entry(NULL),
- list_array(NULL),
+ list_array(NULL), err_value(0),
part_info_string(NULL),
part_func_string(NULL), subpart_func_string(NULL),
part_state(NULL),