• unknown's avatar
    Bugfix when using a multi-part unique key in the SET and WHERE part · 3b7b1228
    unknown authored
    Put PRIMARY KEY and UNIQUE keys before other keys
    Fixes for auto_increment keys for BDB tables
    
    
    Docs/manual.texi:
      Changelog
    sql/ha_berkeley.cc:
      Fixes for auto_increment keys
    sql/sql_table.cc:
      Put PRIMARY KEY and UNIQUE keys before other keys
    sql/sql_update.cc:
      Bugfix when using a multi-part unique key in the SET and WHERE part
    3b7b1228
sql_table.cc 48.1 KB