mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
Portability fixes
Fixed test suite for HPUX 10.20 and MacOSX
This commit is contained in:
parent
9ecf9645eb
commit
ee59eb2418
12 changed files with 233 additions and 129 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue