@@ -1083,7 +1083,6 @@ sub print_global_resfile {
10831083 resfile_global(" shutdown-timeout" , $opt_shutdown_timeout ? 1 : 0);
10841084 resfile_global(" warnings" , $opt_warnings ? 1 : 0);
10851085 resfile_global(" max-connections" , $opt_max_connections );
1086- # resfile_global("default-myisam", $opt_default_myisam ? 1 : 0);
10871086 resfile_global(" product" , " MySQL" );
10881087 # Somewhat hacky code to convert numeric version back to dot notation
10891088 my $v1 = int ($mysql_version_id / 10000);
@@ -1244,7 +1243,6 @@ sub command_line_setup {
12441243 ' stop-file=s' => \$opt_stop_file ,
12451244 ' stop-keep-alive=i' => \$opt_stop_keep_alive ,
12461245 ' max-connections=i' => \$opt_max_connections ,
1247- ' default-myisam!' => \&collect_option,
12481246 ' report-times' => \$opt_report_times ,
12491247 ' result-file' => \$opt_resfile ,
12501248 ' stress=s' => \$opt_stress ,
@@ -6638,9 +6636,6 @@ ($)
66386636 timediff With --timestamp, also print time passed since
66396637 *previous* test started
66406638 max-connections=N Max number of open connection to server in mysqltest
6641- default-myisam Set default storage engine to MyISAM for non-innodb
6642- tests. This is needed after switching default storage
6643- engine to InnoDB.
66446639 report-times Report how much time has been spent on different
66456640 phases of test execution.
66466641 stress=ARGS Run stress test, providing options to
0 commit comments