• unknown's avatar
    InnoDB: On UPDATE, trim UCS2 columns correctly. (Bug #12178) · a14a34be
    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.
    a14a34be
ha_innodb.cc 165 KB