Portability fixes

Fixed test suite for HPUX 10.20 and MacOSX
This commit is contained in:
monty@mashka.mysql.fi 2003-01-07 16:53:10 +02:00
commit ee59eb2418
12 changed files with 233 additions and 129 deletions

View file

@ -21,10 +21,11 @@
# $opt_loop_count rows in random order
#
# changes made for Oracle compatibility
# - $limits{'func_odbc_mod'} is OK from crash-me, but it fails here so set we
# - $limits->{'func_odbc_mod'} is OK from crash-me, but it fails here so set we
# set it to 0 in server-cfg
# - the default server config runs out of rollback segments, so I added a couple
# of disconnect/connects to reset
# - the default server config runs out of rollback segments, so we added a
# couple of disconnect/connects to reset
#
##################### Standard benchmark inits ##############################
use DBI;