• unknown's avatar
    InnoDB: On UPDATE, trim UCS2 columns correctly. (Bug #12178) · d382208c
    unknown authored
    
    sql/ha_innodb.cc:
      innobase_convert_and_store_changed_col(), calc_row_difference():
       Replace parameter "is_unsigned" with "prtype".
      innobase_convert_and_store_changed_col():
       When trimming spaces, note that UCS2 spaces are 0x0020, not 0x20.
    d382208c
ha_innodb.cc 165 KB