diff options
author | unknown <mikael/pappa@dator5.(none)> | 2006-10-02 15:52:29 -0400 |
---|---|---|
committer | unknown <mikael/pappa@dator5.(none)> | 2006-10-02 15:52:29 -0400 |
commit | 93f4daf1b45f425057138b575caed00d489d002b (patch) | |
tree | 4bca4ca32b026e15672d4d0284b012a03a358a81 /sql/partition_info.h | |
parent | d8e3aebedec0281c8d8fe14820b7c06663b35ed1 (diff) | |
download | mariadb-git-93f4daf1b45f425057138b575caed00d489d002b.tar.gz |
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
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r-- | sql/partition_info.h | 5 |
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), |