• Monty's avatar
    MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1 · d30124e8
    Monty authored
    Fixed by adding table flag HA_WANTS_PRIMARY_KEY, which is like
    HA_REQUIRE_PRIMARY_KEY but tells SQL upper layer that the storage engine
    internally can handle tables without primary keys (for example for
    sequences or trough user variables)
    d30124e8
create.result 27.3 KB