mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 14:55:32 +02:00
Changed 'check_costs' so that --init-query can be used to override setup_engine()
This commit is contained in:
parent
02b7735b82
commit
356a860155
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue