diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2011-04-29 09:56:36 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2011-04-29 09:56:36 +0200 |
commit | 68ee960b96a08183540f10a02c21c44009a5e853 (patch) | |
tree | f637fafbf6f2c577121de4457226b335c8fbe46f /sql/ha_partition.cc | |
parent | a742526980c197d391dfca6766cc2d9d120df7de (diff) | |
parent | 3980482fd0742ea5eee2e8ffbc7ab213c79d971f (diff) | |
download | mariadb-git-68ee960b96a08183540f10a02c21c44009a5e853.tar.gz |
fix of partitioning tests that fails on windows + merge of minor cleanup
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index c4f22614529..754d5dc99cf 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -4099,12 +4099,6 @@ void ha_partition::position(const uchar *record) if (pad_length) memset((ref + PARTITION_BYTES_IN_POS + file->ref_length), 0, pad_length); -#ifdef SUPPORTING_PARTITION_OVER_DIFFERENT_ENGINES -#ifdef HAVE_purify - bzero(ref + PARTITION_BYTES_IN_POS + ref_length, - max_ref_length-ref_length); -#endif /* HAVE_purify */ -#endif DBUG_VOID_RETURN; } |