diff options
author | monty@donna.mysql.com <> | 2000-08-18 12:48:00 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-18 12:48:00 +0300 |
commit | a753a3a2ce252a3972cfcd47cf27c689de61b602 (patch) | |
tree | dc12a8a920e65278811e12ea88c8d7d24390be23 /sql-bench/test-insert.sh | |
parent | 29456f6e1c9c3fa0abf58022cfe6045509b9f7c3 (diff) | |
download | mariadb-git-a753a3a2ce252a3972cfcd47cf27c689de61b602.tar.gz |
Updated benchmark and results for PostgreSQL 7.0.2
Added more status to the MyISAM files to avoid checking files that
has already been checked.
Diffstat (limited to 'sql-bench/test-insert.sh')
-rwxr-xr-x | sql-bench/test-insert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-insert.sh b/sql-bench/test-insert.sh index da70d99d87a..cdefcaf414f 100755 --- a/sql-bench/test-insert.sh +++ b/sql-bench/test-insert.sh @@ -223,7 +223,7 @@ if ($limits->{'unique_index'}) { $tmpvar^= ((($tmpvar + 63) + $i)*3 % $opt_loop_count); $tmp=$tmpvar % ($total_rows); - $tmpquery = "$query" . "$tmp" . ",1,2,'D')"; + $tmpquery = "$query ($tmp,1,2,'D')"; if ($dbh->do($tmpquery)) { die "Didn't get an error when inserting duplicate record $tmp\n"; |