summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/check_costs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_costs.pl b/tests/check_costs.pl
index 4a785dec3fb..2709d482c9a 100755
--- a/tests/check_costs.pl
+++ b/tests/check_costs.pl
@@ -231,8 +231,8 @@ sub test_engine()
my ($i, $engine)= @_;
my ($cur_rows);
- setup($opt_init_query);
setup_engine($engine);
+ setup($opt_init_query);
$table= $base_table . "_$engine";
if (!defined($opt_skip_create))
{