diff options
author | unknown <serg@serg.mysql.com> | 2001-04-17 21:30:02 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-04-17 21:30:02 +0200 |
commit | 17ef8ef4443598265bca23d86d04fcc275da7804 (patch) | |
tree | 6c294f797e941fcb6156771d2a0f0dd4393d06bb /myisam/fulltext.h | |
parent | 09f0384e7abce9d9cb744d0a20b897b5a77ef747 (diff) | |
download | mariadb-git-17ef8ef4443598265bca23d86d04fcc275da7804.tar.gz |
ft_* variables added
Diffstat (limited to 'myisam/fulltext.h')
-rw-r--r-- | myisam/fulltext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/fulltext.h b/myisam/fulltext.h index 8fcac8172b1..f787c9bcfe8 100644 --- a/myisam/fulltext.h +++ b/myisam/fulltext.h @@ -24,7 +24,6 @@ /* shoudn't be def'ed when linking with mysql */ #undef EVAL_RUN -#define HA_FT_MAXLEN 254 #define HA_FT_WTYPE HA_KEYTYPE_FLOAT #define HA_FT_WLEN 4 #ifdef EVAL_RUN |