• Monty's avatar
    Fixed issues found by valgrind · fe8181ac
    Monty authored
    - mysqltest didn't free read_command_buf
    - wait_for_slave_param did write different things to the log if valgrind
      was used.
    - Table open cache should not write the initial variable value as it
      can depend on the configuration or if valgrind is used
    - A variable in GetResult was used uninitalized
    fe8181ac
mysqltest.cc 295 KB