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

boolean fulltext search without an index

This commit is contained in:
serg@serg.mysql.com
2001-11-28 17:55:45 +01:00
parent 79258183fd
commit 4a5ca1073b
13 changed files with 113 additions and 118 deletions

View File

@ -226,6 +226,7 @@ enum ha_base_keytype {
/* Other constants */
#define HA_NAMELEN 64 /* Max length of saved filename */
#define NO_SUCH_KEY ((uint)~0) /* used as a key no. */
/* Intern constants in databases */