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
commit29fabf3a33511005676fca9cc8b818f63cf107f7 (patch)
tree342db55aaac27237493b1d7d155fb6112c73c3bc /strings/bcmp.c
parente4921f2159a279cfba37a9d3fbfa498141e81b69 (diff)
downloadmariadb-git-29fabf3a33511005676fca9cc8b818f63cf107f7.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