diff options
author | monty@mashka.mysql.fi <> | 2003-01-07 16:53:10 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-07 16:53:10 +0200 |
commit | ee59eb241854e05d522236f6ae89cff54b82012f (patch) | |
tree | 568a37c17ae407938ff1ec3cae7005605d52e7c6 /sql-bench/test-insert.sh | |
parent | 9ecf9645ebab531ce5aa29514b6b9457968f9946 (diff) | |
download | mariadb-git-ee59eb241854e05d522236f6ae89cff54b82012f.tar.gz |
Portability fixes
Fixed test suite for HPUX 10.20 and MacOSX
Diffstat (limited to 'sql-bench/test-insert.sh')
-rw-r--r-- | sql-bench/test-insert.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sql-bench/test-insert.sh b/sql-bench/test-insert.sh index 085d7cce7f3..38014f7cddf 100644 --- a/sql-bench/test-insert.sh +++ b/sql-bench/test-insert.sh @@ -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; |