1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Update of interface for BDB tables.

Fixed bug in SHOW CREATE TABLE
This commit is contained in:
monty@donna.mysql.com
2000-10-24 02:39:54 +03:00
parent 634b93850e
commit a67ff1bf08
10 changed files with 82 additions and 40 deletions

View File

@ -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);