Skip to content

Commit

Permalink
Merge pull request #485 from sm-shaw/484
Browse files Browse the repository at this point in the history
remove trafodion configuration and files
  • Loading branch information
abondvt89 committed Jan 9, 2023
2 parents 9cab140 + f8d8a2f commit 038e443
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2,878 deletions.
10 changes: 0 additions & 10 deletions config/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,4 @@
<commands>redis</commands>
</redis>
-->
<!--Trafodion deprecated, uncomment to enable as unsupported
<trafodion>
<name>Trafodion</name>
<description>Trafodion</description>
<prefix>traf</prefix>
<library>tdbc::odbc</library>
<workloads>TPROC-C</workloads>
<commands>tdbc::odbc</commands>
</trafodion>
-->
</database>
33 changes: 0 additions & 33 deletions config/trafodion.xml

This file was deleted.

6 changes: 1 addition & 5 deletions src/generic/gened.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3050,11 +3050,7 @@ proc select_rdbms { preselect } {
if { $oldbm eq $bm && $oldrdbms eq $rdbms } {
tk_messageBox -title "Confirm Benchmark" -message "No Change Made : [ regsub -all {(TP)(C)(-[CH])} $bm {\1RO\2\3} ] for $rdbms"
} else {
if { $rdbms eq "Trafodion" } {
.ed_mainFrame.buttons.pencil configure -state disabled
} else {
.ed_mainFrame.buttons.pencil configure -state normal
}
.ed_mainFrame.buttons.pencil configure -state normal
set oldbm $bm
set oldrdbms $rdbms
disable_bm_menu
Expand Down
2 changes: 0 additions & 2 deletions src/generic/gengen.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ proc gendata_tpcc {} {
"MariaDB" { set db "maria" }
"PostgreSQL" { set db "pg" }
"Redis" { set db "redis" }
"Trafodion" { set db "traf" }
}
set install_message "Ready to generate the data for a $gen_count_ware Warehouse $rdbms TPROC-C schema\nin directory $gen_directory ?"
if {[ tk_messageBox -title "Generate Data" -icon question -message $install_message -type yesno ] == yes} {
Expand Down Expand Up @@ -471,7 +470,6 @@ proc gendata_tpch {} {
"MariaDB" { set db "maria" }
"PostgreSQL" { set db "pg" }
"Redis" { set db "redis" }
"Trafodion" { set db "traf" }
}
set install_message "Ready to generate the data for a $gen_scale_fact Scale Factor $rdbms TPROC-H schema\nin directory $gen_directory ?"
if {[ tk_messageBox -title "Generate Data" -icon question -message $install_message -type yesno ] == yes} {
Expand Down
1 change: 0 additions & 1 deletion src/trafodion/trafmet.tcl

This file was deleted.

3 changes: 0 additions & 3 deletions src/trafodion/trafolap.tcl

This file was deleted.

2,504 changes: 0 additions & 2,504 deletions src/trafodion/trafoltp.tcl

This file was deleted.

Loading

0 comments on commit 038e443

Please sign in to comment.