• unknown's avatar
    bug #10166 (Signed byte values cause data to be padded) · c7b48932
    unknown authored
    The AsBinary function returns VARCHAR data type with binary collation.
    It can cause problem for clients that treat that kind of data as
    different from BLOB type.
    So now AsBinary returns BLOB.
    
    
    mysql-test/r/gis.result:
      result fixed
    mysql-test/t/gis.test:
      test case added
    sql/item_geofunc.h:
      Now we return MYSQL_TYPE_BLOB for asBinary function
    c7b48932
gis.result 29.3 KB