• Sergei Golubchik's avatar
    mtr: move collect_default_suites() after collect_mysqld_features(), · d596ce67
    Sergei Golubchik authored
    because some suites may be disabled unless a plugin is available,
    and compiled-in plugins are only known after collect_mysqld_features().
    
    Additionally move mysql_install_db() after everything else it's collected -
    it's a slow process, better do it after all the information is gathered
    (and reported to the user).
    d596ce67
mysql-test-run.pl 188 KB