332
332
#define HA_ADMIN_REJECT -6
341
335
Set the following flag if we on delete should force all key to be read
342
336
and on update read all keys that changes
344
338
#define HA_REQUIRES_KEY_COLUMNS_FOR_DELETE (1 << 6)
345
339
#define HA_DUPLICATE_POS (1 << 8) /* ha_position() gives dup row */
347
340
#define HA_AUTO_PART_KEY (1 << 11) /* auto-increment in multi-part key */
348
341
#define HA_REQUIRE_PRIMARY_KEY (1 << 12) /* .. and can't create a hidden one */