From c7bcbd1211371f3709ec12a04c6be0235fe56925 Mon Sep 17 00:00:00 2001 From: Steve Shaw Date: Fri, 9 Jun 2023 13:23:16 +0100 Subject: [PATCH 1/4] update version numbers to v4.8 --- agent/agent | 2 +- hammerdb | 2 +- hammerdbcli | 2 +- hammerdbws | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/agent b/agent/agent index ec056532..33da4060 100755 --- a/agent/agent +++ b/agent/agent @@ -40,7 +40,7 @@ namespace import comm::* interp recursionlimit {} 3000 global agentlist S iswin set iswin "false" -set version 4.7 +set version 4.8 if {$tcl_platform(platform) == "windows"} { package require twapi diff --git a/hammerdb b/hammerdb index 77f13a19..3d4987d5 100755 --- a/hammerdb +++ b/hammerdb @@ -27,7 +27,7 @@ exit # License along with this program; If not, see ######################################################################## global hdb_version -set hdb_version "v4.7" +set hdb_version "v4.8" set mainGeometry +10+10 set UserDefaultDir [ file dirname [ info script ] ] ::tcl::tm::path add "$UserDefaultDir/modules" diff --git a/hammerdbcli b/hammerdbcli index 4dad23d8..5d26cbd3 100755 --- a/hammerdbcli +++ b/hammerdbcli @@ -27,7 +27,7 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"} # License along with this program; If not, see ######################################################################## global hdb_version -set hdb_version "v4.7" +set hdb_version "v4.8" puts "HammerDB CLI $hdb_version" puts "Copyright (C) 2003-2023 Steve Shaw" if { $argc eq 0 } { diff --git a/hammerdbws b/hammerdbws index c244fc2f..959cdef3 100755 --- a/hammerdbws +++ b/hammerdbws @@ -25,7 +25,7 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"} # License along with this program; If not, see ######################################################################## global hdb_version -set hdb_version "v4.7" +set hdb_version "v4.8" puts "HammerDB Web Service $hdb_version" puts "Copyright (C) 2003-2023 Steve Shaw" puts "Type \"help\" for a list of commands" From 0c025f64f715572be1375f1a819bd60f5fe99ef9 Mon Sep 17 00:00:00 2001 From: Steve Shaw Date: Fri, 9 Jun 2023 13:49:52 +0100 Subject: [PATCH 2/4] update changelog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00c26523..fe6b31d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1063,3 +1063,20 @@ Fix for Issue #467 CLI myerrproc and remote_command opmode #468 (#467) Update omitted Changelog for v4.6 release #466 Fixing queries for Columnstore issue 459 #460 (#459) Make jobs functionality modular #458 + +--------------------------------------------------------------------- + +Version 4.8 Jun 2023 + +Pull Requests & Issues + +Enhancement for storing and retrieval of HammerDB results and configurations +#558 (#352) +MySQL/MariaDB L_ORDERKEY to BIGINT #556 (#551) +Update mssqlsoltp.tcl #541 (#538) +Auto scale factor for TPC-H (issue 23) #539 (#23) +Fix doc bug for VU/warehouse count #535 (#534) +Repair ora_compatible OSTAT procedure #531 +Add jobs getchart command #530 +Add CLI savescript and custommonitor commands #522 (#521) +Create CONTRIBUTING.md #517 From cf911957d8e049f114a2f14f396b8022424c5232 Mon Sep 17 00:00:00 2001 From: Steve Shaw Date: Fri, 9 Jun 2023 13:52:02 +0100 Subject: [PATCH 3/4] remove extra newline --- ChangeLog | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe6b31d5..3d68ce5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1070,8 +1070,7 @@ Version 4.8 Jun 2023 Pull Requests & Issues -Enhancement for storing and retrieval of HammerDB results and configurations -#558 (#352) +Enhancement for storing and retrieval of HammerDB results and configurations #558 (#352) MySQL/MariaDB L_ORDERKEY to BIGINT #556 (#551) Update mssqlsoltp.tcl #541 (#538) Auto scale factor for TPC-H (issue 23) #539 (#23) From 0d22970e673b2b56048534951b9bf07ecde2a712 Mon Sep 17 00:00:00 2001 From: Steve Shaw Date: Mon, 12 Jun 2023 17:40:14 +0100 Subject: [PATCH 4/4] Update Changelog with PR #560 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 3d68ce5f..3383a957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1070,6 +1070,7 @@ Version 4.8 Jun 2023 Pull Requests & Issues +Allow using existing empty database for Db2 TPROC-C and TPROC-H #560 (#548) Enhancement for storing and retrieval of HammerDB results and configurations #558 (#352) MySQL/MariaDB L_ORDERKEY to BIGINT #556 (#551) Update mssqlsoltp.tcl #541 (#538)