Skip to content

Commit

Permalink
Merge branch 'TPC-Council:master' into column_store_indices
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshInnis committed Oct 5, 2023
2 parents be2c9d3 + 8b74855 commit d41923f
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 @@ -1085,3 +1085,22 @@ Repair ora_compatible OSTAT procedure #531
Add jobs getchart command #530
Add CLI savescript and custommonitor commands #522 (#521)
Create CONTRIBUTING.md #517

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

Version 4.9 Oct 2023

Pull Requests & Issues

Alter MSSQL TPCH Colstore Index Steps #613
Implement BCP Option for MSSQLS TPCH Load build database #611 (#593)
Fix for TPROC-H calculates o_totalprice incorrectly #610 (#609)
Add MariaDB/MySQL No Stored Procedures option to TPROC-C #602 (#600)
Fix MySQL/MariaDB TPROC-H build FK error #599 (#598)
Edited Dockerfile to install a specific version of msodbcsql18 #596 (#595)
Added use_bcp default as true and enabled bcp with windows authentication #592 (#589)
Skip blank lines in binds in recent Oracle trace files #591 (#590)
Added Use bcp as a user option #587 (#584)
Add Optional Invisible Primary Key to History for Replication in MySQL and MariaDB #586 (#580)
Update precision of w_ytd to prevent numeric field overflow #585 (#577)
Container file simplication #569
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.8
set version 4.9

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

0 comments on commit d41923f

Please sign in to comment.