mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
merging
sql/handler.h: Auto merged sql/sql_table.cc: Auto merged
This commit is contained in:
commit
83c8e2c910
6 changed files with 24 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue