diff options
author | unknown <miguel@light.local> | 2001-12-30 00:22:01 -0200 |
---|---|---|
committer | unknown <miguel@light.local> | 2001-12-30 00:22:01 -0200 |
commit | e7e0994e80b7a0ff712f1340621a91897268f6b4 (patch) | |
tree | 36d61f1d3a11a6380e30c40d72124b550cc6618e /mysys | |
parent | 5a7177fd465fbf51a74915269131e7428b4dc6e6 (diff) | |
download | mariadb-git-e7e0994e80b7a0ff712f1340621a91897268f6b4.tar.gz |
Minors changes for the Windows 3.23.47 release
mysys/my_bitmap.c:
Eliminate unresolved external linkage for bzero
sql/sql_do.cc:
Eliminate warning for unreferenced local variable
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_bitmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_bitmap.c b/mysys/my_bitmap.c index 6bab35eabb1..a18fcba0b60 100644 --- a/mysys/my_bitmap.c +++ b/mysys/my_bitmap.c @@ -27,6 +27,7 @@ #include <my_bitmap.h> #include <assert.h> #include <string.h> +#include <m_string.h> inline void bitmap_lock(MY_BITMAP* map) { |