Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove trafodion configuration and files #485

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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