147
141
uses a primary key. Without primary key, we can't call position().
149
143
#define HA_PRIMARY_KEY_REQUIRED_FOR_POSITION (1 << 16)
151
144
#define HA_NOT_DELETE_WITH_CACHE (1 << 18)
153
146
The following is we need to a primary key to delete (and update) a row.