• gkodinov/kgeorge@magare.gmz's avatar
    Bug #27530: · 4202454b
    gkodinov/kgeorge@magare.gmz authored
    The function CRC32() returns unsigned integer.
    But the metadata (the unsigned flag) for the 
    function was set incorrectly.
    As a result type arithmetics based on the 
    function's metadata (like finding the concise
    type of an temporary table column to hold the result)
    returned incorrect results.
    Fixed by returning correct type information.
    
    This fix is based on code contributed by Martin Friebe
    (martin@hybyte.com) on 2007-03-30.  
    4202454b
item_strfunc.h 22.5 KB