Skip to content

Commit

Permalink
Merge pull request #559 from sm-shaw/4.8_versions_changelog
Browse files Browse the repository at this point in the history
4.8 version numbers and changelog
  • Loading branch information
abondvt89 committed Jun 13, 2023
2 parents b1419a7 + 1e078dd commit dbbb442
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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

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)
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
2 changes: 1 addition & 1 deletion agent/agent
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hammerdb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exit
# License along with this program; If not, see <https://www.gnu.org/licenses/>
########################################################################
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"
Expand Down
2 changes: 1 addition & 1 deletion hammerdbcli
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"}
# License along with this program; If not, see <https://www.gnu.org/licenses/>
########################################################################
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 } {
Expand Down
2 changes: 1 addition & 1 deletion hammerdbws
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set argv0 "wait"
set argv0 [ string tolower [lindex $argv 0 ]]
}
global hdb_version
set hdb_version "v4.7"
set hdb_version "v4.8"
if { $argv0 != "gui" } {
puts "HammerDB Web Service $hdb_version"
puts "Copyright (C) 2003-2023 Steve Shaw"
Expand Down

0 comments on commit dbbb442

Please sign in to comment.