diff options
author | monty@donna.mysql.com <> | 2000-10-24 02:39:54 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-24 02:39:54 +0300 |
commit | a67ff1bf0800746d474f44b5886461fbf8fa4781 (patch) | |
tree | 73129936be11d0b1bee843a961a70f81aeae1a6b /include/m_string.h | |
parent | 634b93850edbc1273fbb7312130636532b99dcd1 (diff) | |
download | mariadb-git-a67ff1bf0800746d474f44b5886461fbf8fa4781.tar.gz |
Update of interface for BDB tables.
Fixed bug in SHOW CREATE TABLE
Diffstat (limited to 'include/m_string.h')
-rw-r--r-- | include/m_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_string.h b/include/m_string.h index 6b7719d44f5..ce5197f17af 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -140,7 +140,7 @@ extern void bmove512(gptr dst,const gptr src,uint len); #endif #if !defined(HAVE_BMOVE) && !defined(bmove) -extern void bmove(gptr dst,const char *src,uint len); +extern void bmove(char *dst, const char *src,uint len); #endif extern void bmove_upp(char *dst,const char *src,uint len); |