• svoj@mysql.com/june.mysql.com's avatar
    BUG#25659 - memory leak via "plugins" test · fbb5c31a
    svoj@mysql.com/june.mysql.com authored
    - Added suppressions for dlopen to make plugin test pass.
    - Do not pass empty string to mysqld, since my_getopt is
      not capable to handle it.
    - Re-enabled trailing UNINSTALL PLUGIN statement of plugin.test.
    
    The memory leak described in the bug report happens in libdl, not
    in mysqld. On some valgrind installations this error is suppressed
    by default, no idea why it isn't suppressed on pb-valgrind.
    
    <observation>
    If library remains open after thread has finished, and is closed by
    another thread, we get memory leak. But in case library is opened and
    closed by the same thread no leak occurs.
    </observation>
    fbb5c31a
plugin.result 620 Bytes