Skip to content
  • mithun's avatar
    b3e66e03
    Bug #11752369 : MYSQLDUMP SHOULD CONVERT GEOMETRY COLUMNS TO · b3e66e03
    mithun authored
                    HEX WITH --HEX-BLOB OPTION
    
    ISSUE :
    -------
    If mysqldump is executed with --hex-blob option, all the
    blob type data should be converted to hex value. The
    geometry data are also blob, and their values should be
    dumped in hexadecimal form. But mysqldump dumps geometry
    data in binary form.
    
    Fix :
    -----
    If value being dumped is of geometry type and --hex-blob is
    set then mysqldump will dump such values in hexadecimal form.
    b3e66e03
    Bug #11752369 : MYSQLDUMP SHOULD CONVERT GEOMETRY COLUMNS TO
    mithun authored
                    HEX WITH --HEX-BLOB OPTION
    
    ISSUE :
    -------
    If mysqldump is executed with --hex-blob option, all the
    blob type data should be converted to hex value. The
    geometry data are also blob, and their values should be
    dumped in hexadecimal form. But mysqldump dumps geometry
    data in binary form.
    
    Fix :
    -----
    If value being dumped is of geometry type and --hex-blob is
    set then mysqldump will dump such values in hexadecimal form.
Loading