Commit 701ccf9
committed
Address PR TPC-Council#876 follow-up review: redo log capacity + dropdown trim
* src/mysql/mysqlci.tcl (mysql_init, mysql_start): replace the deprecated
--innodb-log-file-size with --innodb-redo-log-capacity (supported from
MySQL 8.0.30+). MySQL 5.7 is EOL so dropping that path is acceptable.
* modules/pipelines-1.0.tm: trim the database dropdown back to the three
databases that actually run pipelines today (MySQL, PostgreSQL, MariaDB).
Listing Oracle / SQL Server / Db2 there only ever produced the
"not yet enabled" banner, so per review feedback they are commented out
with a TODO note for re-enablement once build/install support lands. The
dbprefix gate at lines 613 and 874 is left intact so direct ?db=ora|
mssqls|db2 URLs still render the friendly banner.1 parent 245c107 commit 701ccf9
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
859 | 861 | | |
860 | 862 | | |
861 | | - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
862 | 868 | | |
863 | 869 | | |
864 | 870 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
| 942 | + | |
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
| |||
0 commit comments