mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
removed dead obsolete code
This commit is contained in:
parent
aefbea7d0b
commit
3980482fd0
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue