summaryrefslogtreecommitdiff
path: root/mysys/my_bitmap.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-21 07:00:58 +0200
committermonty@hundin.mysql.fi <>2001-12-21 07:00:58 +0200
commit55a2ab6e7e4e9f3bb1a48715a3f1e713aa3abb35 (patch)
tree14f15faabd0531594907bd3b9b9e4787da493d83 /mysys/my_bitmap.c
parentf5a1abd8612906d73760cccd19fa1b7d47a08150 (diff)
downloadmariadb-git-55a2ab6e7e4e9f3bb1a48715a3f1e713aa3abb35.tar.gz
Cleanup of alarm macros.
Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
Diffstat (limited to 'mysys/my_bitmap.c')
-rw-r--r--mysys/my_bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_bitmap.c b/mysys/my_bitmap.c
index 7fc094bdb71..8834dda98e1 100644
--- a/mysys/my_bitmap.c
+++ b/mysys/my_bitmap.c
@@ -25,7 +25,7 @@
#include "mysys_priv.h"
#include <my_bitmap.h>
#include <assert.h>
-#include <string.h>
+#include <m_string.h>
inline void bitmap_lock(MY_BITMAP* map)
{