• unknown's avatar
    row0upd.c: · d32e12b2
    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
    d32e12b2
row0upd.c 47.9 KB