XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html#function_uncompress

      e.g.:

      SELECT UNCOMPRESS(COMPRESS('any string'));
              -> 'any string'
      SELECT UNCOMPRESS('any string');
              -> NULL
      

      Uncompresses a string compressed by the COMPRESS() function. If the argument is not a compressed value, the result is NULL. This function uses zlib library for decompression (https://docs.oracle.com/javase/8/docs/api/java/util/zip/Inflater.html). Otherwise, the return value is always NULL.

      Attachments

        Issue Links

          Activity

            People

              ritesh.kapoor Ritesh
              ritesh.kapoor Ritesh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 6h 20m
                  6h 20m