diff options
author | msvensson@neptunus.(none) <> | 2006-09-01 12:27:28 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-09-01 12:27:28 +0200 |
commit | 4d359b80c6fa23902f5e0f65b8773076d6bc85c7 (patch) | |
tree | b30f48ce26b6923e75bc661b8cb316ec40252907 /mysql-test | |
parent | 5a79f59e71dceb664dc2d23e1da2a3743d0bb6cc (diff) | |
download | mariadb-git-4d359b80c6fa23902f5e0f65b8773076d6bc85c7.tar.gz |
Turn off reorder as default
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index cb7d8a16b90..3d1bb2dce25 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -216,7 +216,7 @@ our $opt_embedded_server; our $opt_extern; our $opt_fast; our $opt_force; -our $opt_reorder= 1; +our $opt_reorder= 0; our $opt_enable_disabled; our $opt_gcov; |