• Sergei Golubchik's avatar
    cleanup: remove HA_WANTS_PRIMARY_KEY as redundant · 649465db
    Sergei Golubchik authored
    We don't have many bits left, no need to add another InnoDB-specific flag.
    Instead, we say that HA_REQUIRE_PRIMARY_KEY does not apply to SEQUENCE.
    Meaning, if the engine declares HA_CAN_TABLES_WITHOUT_ROLLBACK (required
    for SEQUENCE) it *must* support tables without a primary key.
    649465db
sql_table.cc 355 KB