• unknown's avatar
    After-merge fixes for problems seen in buildbot after merging MySQL-5.1.35. · 48083d73
    unknown authored
     - Version number.
     - Valgrind false alarms in libz.
     - New variant of suppression for Valgrind warning in dlclose().
     - Fix double free() in plugin init error case.
    
    configure.in:
      Fix version number. We should reset the maria variant back to `1' when the MySQL version
      number increases.
    include/my_sys.h:
      Fix false alarms in Valgrind for zlib.
      
      Apply same fix as for archive storage handler also to the cases of compression in the
      client protocol, and to the compression SQL function.
    mysql-test/valgrind.supp:
      A new variant of the dlclose() suppression is needed now.
    mysys/my_compress.c:
      Fix false alarms in Valgrind for zlib.
      
      Apply same fix as for archive storage handler also to the cases of compression in the
      client protocol, and to the compression SQL function.
    sql/handler.cc:
      Fix a double free() in error case for plugin initialisation.
    sql/item_strfunc.cc:
      Fix false alarms in Valgrind for zlib.
      
      Apply same fix as for archive storage handler also to the cases of compression in the
      client protocol, and to the compression SQL function.
    48083d73
item_strfunc.cc 85.9 KB