Skip to content

Update table engine for dynamic tables to InnoDB#2111

Merged
connersaeli merged 8 commits intoubccr:mainfrom
connersaeli:innodb-dynamic-tables
Apr 15, 2026
Merged

Update table engine for dynamic tables to InnoDB#2111
connersaeli merged 8 commits intoubccr:mainfrom
connersaeli:innodb-dynamic-tables

Conversation

@connersaeli
Copy link
Copy Markdown
Contributor

@connersaeli connersaeli commented Oct 23, 2025

Description

These changes update the default table engine for dynamic tables from MyISAM to InnoDB.

Motivation and Context

The javascript ETL code (etl/js/) provides a feature to automatically generate JSON-formatted ETLv2 table definition and action files for a given ETL profile. These changes update the default table engine for these automatically created tables. This feature is currently only used in the SUPReMM module's build definition. An example of this feature is here.

These changes are necessary for the tests to pass in ubccr/xdmod-supremm#436.

I have also removed some comment cruft.

Tests performed

Checklist:

  • The pull request description is suitable for a Changelog entry
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request

@jpwhite4 jpwhite4 added this to the 11.5.0 milestone Nov 4, 2025
@connersaeli connersaeli force-pushed the innodb-dynamic-tables branch from fe3571b to 8b90ef1 Compare November 11, 2025 17:37
@connersaeli connersaeli force-pushed the innodb-dynamic-tables branch from 9ff7d49 to e7d7bf4 Compare February 4, 2026 21:27
@connersaeli connersaeli self-assigned this Feb 4, 2026
@connersaeli connersaeli added the Category:ETL Extract Transform Load label Feb 4, 2026
@connersaeli connersaeli changed the title Updating table engine for dynamic table definition to InnoDB. Update table engine for dynamic tables to InnoDB Feb 9, 2026
@connersaeli connersaeli marked this pull request as ready for review April 13, 2026 18:32
@connersaeli connersaeli merged commit 5e33bc0 into ubccr:main Apr 15, 2026
5 checks passed
@connersaeli connersaeli deleted the innodb-dynamic-tables branch April 15, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Category:ETL Extract Transform Load

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants