• Christopher Powers's avatar
    Bug #48739 MySQL crashes on specific INTERVAL in select query · c74609b1
    Christopher Powers authored
    Fixed crash caused by x64 int/long incompatibility introduced
    in Bug #29125.
    
    sql/item_timefunc.cc:
      Fixed crash caused by int/long incompatibility on x64 systems.
      
      Changed two "uint" casts and a "long" declartion to "int" in order to
      ensure that the integer sign is preserved.
      
      See Bug #48739 for details.
    c74609b1
item_timefunc.cc 88.5 KB