Skip to content

Commit

Permalink
Merge pull request #708 from sm-shaw/4.11_versions_changelog
Browse files Browse the repository at this point in the history
v4.11 Version numbers and Changelog
  • Loading branch information
abondvt89 committed Jun 13, 2024
2 parents 4b4ae6e + ff7519b commit b15b9fa
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -1127,3 +1127,22 @@ Add optional purge and write back for MariaDB TPROC-C database #642 (#640)
Docker cloudtk docker gui #641 (#631)
Fix call ash_fetch,error on Windows client running PostgreSQL metrics #638 (#637)
Alter MSSQLS TPCH Schema to use Decimal not Money #634

---------------------------------------------------------------------

Version 4.11 June 2024

Pull Requests & Issues

Add checkschema to example CLI scripts (#683)
Adds Performance Profile for TPROC-C Jobs #707 (#661)
Add Schema Existence Check for MySQL/MariaDB #706
Add CPU metrics to CLI, Jobs and automate start #705 (#704)
Fix incorrect value for SQLite database #701 (#700)
Persist VU settings across restarts #696 (#698)
Add Database version to TPROC-C timed test #690 (#684)
Fix RETURNING d_next_o_id in NEWORD bug #688 (#686)
Fix missing close-brace in PostgreSQL XML Connect Pool option #682(#681)
Update SVG and themes packages, Unify themes on Windows and Linux #680 (#679)
Change GUI properties dailogs to tabbed #678 (#676)
Add Support for oceanbase tpch enhancement #670 (#563) (#673)
2 changes: 1 addition & 1 deletion agent/agent
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace import comm::*
interp recursionlimit {} 3000
global agentlist S iswin
set iswin "false"
set version 4.10
set version 4.11

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.10"
set hdb_version "v4.11"
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.10"
set hdb_version "v4.11"
puts "HammerDB CLI $hdb_version"
puts "Copyright (C) 2003-2024 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.10"
set hdb_version "v4.11"
if { $argv0 != "gui" } {
puts "HammerDB Web Service $hdb_version"
puts "Copyright (C) 2003-2024 Steve Shaw"
Expand Down

0 comments on commit b15b9fa

Please sign in to comment.