1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bug #15860 (SPATIAL keys in INNODB)

This commit is contained in:
holyfoot@deer.(none)
2006-04-12 22:05:23 +05:00
parent 7c70159097
commit c2acfc5b7c
6 changed files with 19 additions and 1 deletions

View File

@ -80,6 +80,7 @@
*/
#define HA_CAN_INSERT_DELAYED (1 << 14)
#define HA_PRIMARY_KEY_IN_READ_INDEX (1 << 15)
#define HA_CAN_RTREEKEYS (1 << 17)
#define HA_NOT_DELETE_WITH_CACHE (1 << 18)
#define HA_NO_PREFIX_CHAR_KEYS (1 << 20)
#define HA_CAN_FULLTEXT (1 << 21)