• Sergei Golubchik's avatar
    remove 'vers_auto_decrement' · d3845132
    Sergei Golubchik authored
    Do not generate fake values when adding an auto-inc column to a versioned
    table. This is not a auto-inc issue, but a more general case of adding
    a not nullalble unique column to a table with history. We don't support
    it yet, not even with a special auto-inc hack. As a workaround, one
    can use a nullable unique column, that works.
    d3845132
alter.result 16.6 KB