Commit 356a8601 authored by Monty's avatar Monty

Changed 'check_costs' so that --init-query can be used to override setup_engine()

parent 02b7735b
......@@ -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))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment