• unknown's avatar
    row0upd.c: · 35dfbbca
    unknown authored
      Fix bug: in a FOREIGN KEY, ON UPDATE CASCADE was not triggered if the update changed a string to another value identical in alphabetical ordering, e.g., abc -> aBc
    
    
    innobase/row/row0upd.c:
      Fix bug: in a FOREIGN KEY, ON UPDATE CASCADE was not triggered if the update changed a string to another value identical in alphabetical ordering, e.g., abc -> aBc
    35dfbbca
row0upd.c 47.9 KB