From 356a86015522a45dd0ff627fdc473dc62d07fe8f Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 4 Jan 2023 19:33:18 +0200 Subject: Changed 'check_costs' so that --init-query can be used to override setup_engine() --- tests/check_costs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.1