diff options
author | unknown <monty@donna.mysql.com> | 2001-02-18 01:39:09 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-02-18 01:39:09 +0200 |
commit | 3006cd3246edb5781cb924e0dcdab9a719b10db2 (patch) | |
tree | a71adb492b010c65e397e8033731c071e4c200a2 /myisam/myisamdef.h | |
parent | a772844b421034383e8c4eaaf4043e8ad1872ff5 (diff) | |
download | mariadb-git-3006cd3246edb5781cb924e0dcdab9a719b10db2.tar.gz |
Fixed that myisamchk -R works on text columns
Fixed typo when removing space from argument to -O
Docs/manual.texi:
Update of merge tables
myisam/mi_check.c:
Moved test of FULLTEXT keys to make things more efficient
myisam/myisamchk.c:
Incremented version
myisam/myisamdef.h:
Fixed that myisamchk -R works on text columns
mysys/getvar.c:
Fixed typo when removing space from argument to -O
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index 8b50f0111c6..dde2651c0c9 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -16,7 +16,6 @@ /* This file is included by all internal myisam files */ -#define ISAM_LIBRARY #include "myisam.h" /* Structs & some defines */ #include "myisampack.h" /* packing of keys */ #ifdef THREAD |