mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
Updated benchmarks
Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version client/mysqlbinlog.cc: Fixed bug when detecting binary log version configure.in: Portability fix for HPUX mysql-test/mysql-test-run.sh: Portability fix sql-bench/bench-init.pl.sh: Updated benchmarks sql-bench/run-all-tests.sh: Updated benchmarks sql-bench/server-cfg.sh: Updated benchmarks sql-bench/test-ATIS.sh: Updated benchmarks sql-bench/test-connect.sh: Updated benchmarks
This commit is contained in:
parent
29fabf3a33
commit
20038678cf
8 changed files with 102 additions and 43 deletions
|
|
@ -311,7 +311,7 @@ $sth = $dbh->do("drop table bench1" . $server->{'drop_attr'})
|
|||
or do
|
||||
{
|
||||
# Fix for Access 2000
|
||||
die $dbh->errstr if (!$dbh->abort_if_fatal_error());
|
||||
die $dbh->errstr if (!$server->abort_if_fatal_error());
|
||||
};
|
||||
|
||||
if ($opt_fast && defined($server->{vacuum}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue