summaryrefslogtreecommitdiff
path: root/strings/bcmp.c
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-12-18 00:23:56 +0200
committerunknown <monty@hundin.mysql.fi>2001-12-18 00:23:56 +0200
commit1c7328c84f96108a4dbfa49013c7779de2c65613 (patch)
tree342db55aaac27237493b1d7d155fb6112c73c3bc /strings/bcmp.c
parent06676b3d5484666c3bae9dfafc02d1cde76bd4bd (diff)
downloadmariadb-git-1c7328c84f96108a4dbfa49013c7779de2c65613.tar.gz
Fix for purify
mysql-test/mysql-test-run.sh: Increased sleep times
Diffstat (limited to 'strings/bcmp.c')
-rw-r--r--strings/bcmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/bcmp.c b/strings/bcmp.c
index c72a80529a3..64a6b72c443 100644
--- a/strings/bcmp.c
+++ b/strings/bcmp.c
@@ -26,6 +26,7 @@
#include "m_string.h"
#ifdef HAVE_purify
+#undef bcmp
#undef HAVE_BCMP
#endif