diff options
author | Monty <monty@mariadb.org> | 2023-01-04 19:33:18 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2023-02-10 12:58:50 +0200 |
commit | 356a86015522a45dd0ff627fdc473dc62d07fe8f (patch) | |
tree | 0ac1d5cb68e28ded542e920562faff5a5c46314c | |
parent | 02b7735b82d22ee684b1d334a98d3216113701fa (diff) | |
download | mariadb-git-356a86015522a45dd0ff627fdc473dc62d07fe8f.tar.gz |
Changed 'check_costs' so that --init-query can be used to override setup_engine()
-rwxr-xr-x | tests/check_costs.pl | 2 |
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)) { |