mtr: move collect_default_suites() after collect_mysqld_features(),
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).
Showing
Please register or sign in to comment