summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.>2006-03-29 09:30:07 +0200
committerunknown <msvensson@shellback.>2006-03-29 09:30:07 +0200
commit1ae58ddfa40b26c984a8b2ab1f330afeecd30a43 (patch)
tree0d136965fc18af46087a8f786a0df8130538af34 /mysql-test/mysql-test-run.pl
parent5eef76cfed6972911fb7ca4cf0d2135066e21d77 (diff)
downloadmariadb-git-1ae58ddfa40b26c984a8b2ab1f330afeecd30a43.tar.gz
Remove "restart-cleanup" not needed any more as a snapshot of the db will be restored after a failed test case
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index d6b4c21d97c..e472f141bb8 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -166,7 +166,6 @@ our $path_my_basedir;
our $opt_vardir; # A path but set directly on cmd line
our $opt_vardir_trace; # unix formatted opt_vardir for trace files
our $opt_tmpdir; # A path but set directly on cmd line
-our $opt_restart_cleanup; # Source a file with SQL drop statements
our $opt_usage;
our $opt_suite;
@@ -661,7 +660,6 @@ sub command_line_setup () {
'netware' => \$opt_netware,
'old-master' => \$opt_old_master,
'reorder' => \$opt_reorder,
- 'restart-cleanup' => \$opt_restart_cleanup,
'script-debug' => \$opt_script_debug,
'sleep=i' => \$opt_sleep,
'socket=s' => \$opt_socket,
@@ -3256,12 +3254,6 @@ sub run_mysqltest ($) {
mtr_add_arg($args, "--sleep=%d", $opt_sleep);
}
- if ( $opt_restart_cleanup and $glob_mysqld_restart )
- {
- mtr_add_arg($args, "--include=%s", "include/drop-on-restart.inc");
- $glob_mysqld_restart= 0;
- }
-
if ( $opt_debug )
{
mtr_add_arg($args, "--debug=d:t:A,%s/log/mysqltest.trace", $opt_vardir_trace);