• unknown's avatar
    row0sel.c: · deb5fda3
    unknown authored
      Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
    
    
    innobase/row/row0sel.c:
      Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
    deb5fda3
row0sel.c 89.8 KB