• Sergei Golubchik's avatar
    less memory-leak-on-exit reports for clients · bd0eb2bd
    Sergei Golubchik authored
    mysqltest cannot free all memory on exit by design,
    so there's no need to check.
    
    mysql frees memory in mysql_end(), so enable memory-leak-on-exit check
    only after it was initialized enough to use  mysql_end() - early exits
    use my_end().
    bd0eb2bd
mysqltest.cc 290 KB