diff options
author | monty@hundin.mysql.fi <> | 2001-12-21 07:00:58 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-21 07:00:58 +0200 |
commit | 55a2ab6e7e4e9f3bb1a48715a3f1e713aa3abb35 (patch) | |
tree | 14f15faabd0531594907bd3b9b9e4787da493d83 /mysys/my_bitmap.c | |
parent | f5a1abd8612906d73760cccd19fa1b7d47a08150 (diff) | |
download | mariadb-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.c | 2 |
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) { |