diff options
author | unknown <serg@serg.mysql.com> | 2002-04-22 18:35:19 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-04-22 18:35:19 +0000 |
commit | 5f22abb2b84284f8d3bc4bc3a8de2edf68bbddfd (patch) | |
tree | 0d59c9d7bbf029f414762154521b98fb2e8d6394 /myisam | |
parent | 9f00a940211e2845c48ff28dce5ec1ccde15d9f3 (diff) | |
download | mariadb-git-5f22abb2b84284f8d3bc4bc3a8de2edf68bbddfd.tar.gz |
Fulltext todo updated, typo in mi_check.c fixed
Docs/manual.texi:
Fulltext TODO updated
myisam/mi_check.c:
typo in #ifdef fixed
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/mi_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/mi_check.c b/myisam/mi_check.c index 2ba74836ab7..da7848d3214 100644 --- a/myisam/mi_check.c +++ b/myisam/mi_check.c @@ -14,14 +14,14 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Descript, check and repair of ISAM tables */ +/* Descript, check and repair of MyISAM tables */ #include "ftdefs.h" #include <m_ctype.h> #include <stdarg.h> #include <getopt.h> #include <assert.h> -#ifdef HAVE_SYS_VADVICE_H +#ifdef HAVE_SYS_VADVISE_H #include <sys/vadvise.h> #endif #ifdef HAVE_SYS_MMAN_H |