From 93f4daf1b45f425057138b575caed00d489d002b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Oct 2006 15:52:29 -0400 Subject: BUG#18198: Partition function handling Fixes of after review fixes mysql-test/r/partition_hash.result: Fixed test cases mysql-test/r/partition_range.result: Fixed test cases mysql-test/t/partition_range.test: Fixed test cases sql/ha_ndbcluster.cc: Fixed error printout to avoid complex character set code in print_error sql/ha_partition.cc: Fixed error printout to avoid complex character set code in print_error sql/partition_info.cc: Fixed error printout to avoid complex character set code in print_error sql/partition_info.h: Fixed error printout to avoid complex character set code in print_error sql/sql_partition.cc: indendentation fix --- sql/partition_info.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sql/partition_info.h') 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), -- cgit v1.2.1