mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and
a lot of portability issues.
This commit is contained in:
@ -901,6 +901,16 @@ if ($limits->{'insert_select'})
|
||||
$end_time=new Benchmark;
|
||||
print "Time for drop table(2): " .
|
||||
timestr(timediff($end_time, $loop_time),"all") . "\n";
|
||||
|
||||
if ($opt_fast && defined($server->{vacuum}))
|
||||
{
|
||||
$server->vacuum(1,\$dbh);
|
||||
}
|
||||
if ($server->small_rollback_segment())
|
||||
{
|
||||
$dbh->disconnect; # close connection
|
||||
$dbh = $server->connect();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user