summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@oracle.com>2011-04-29 09:48:26 +0200
committerMattias Jonsson <mattias.jonsson@oracle.com>2011-04-29 09:48:26 +0200
commit54c1da00ee2e6603366d87667c45eda784ba216f (patch)
treebba466da0f26d0f4314423cdefcf73ab4136cfe5 /sql/ha_partition.cc
parent401941c25898300462b1adbd9886c8d55e92f7f2 (diff)
downloadmariadb-git-54c1da00ee2e6603366d87667c45eda784ba216f.tar.gz
removed dead obsolete code
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r--sql/ha_partition.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc
index 4883e0a0571..d09181822ee 100644
--- a/sql/ha_partition.cc
+++ b/sql/ha_partition.cc
@@ -3967,12 +3967,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;
}