• unknown's avatar
    Allow to convert to non-Unicode charset when mixing a string · a739f2d6
    unknown authored
    constant with a column. The string is converted into the column
    character set. It conversion doesn't lose data, then operation
    is possible. Otherwise, give an error, as it was earlier.
    
    
    sql/item.h:
      Change bool argument to uint flags:
      we have now two different flags.
    a739f2d6
item_func.h 29 KB