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

feat(rapid): supports getting db_trx_id from innodb to sql #16

Merged
merged 1 commit into from
Sep 22, 2023
Merged

feat(rapid): supports getting db_trx_id from innodb to sql #16

merged 1 commit into from
Sep 22, 2023

Conversation

ShannonBase
Copy link
Contributor

@ShannonBase ShannonBase commented Sep 22, 2023

Trx ids of user tables will be retrieved from InnoDB to MySQL. So, we add a ghost column to user-created table, which is a invisible to SE and user. This column is only used to build prebuilt template, and store the trx id.

#3

Trx ids of user tables will be retrieved from InnoDB to MySQL. So, we add a ghost column to user-created
table, which is a invisible to SE and user. This column is only used to build `prebuilt` template, and
store the trx id.
@ShannonBase ShannonBase added the feature it will be implemented as a new feature label Sep 22, 2023
@ShannonBase ShannonBase changed the title feat(rapid): supports gettting 'db_trx_id' from innodb to sql feat(rapid): supports getting 'db_trx_id' from innodb to sql Sep 22, 2023
@ShannonBase ShannonBase changed the title feat(rapid): supports getting 'db_trx_id' from innodb to sql feat(rapid): supports getting db_trx_id from innodb to sql Sep 22, 2023
@ShannonBase ShannonBase merged commit 93b8565 into Shannon-Data:main Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature it will be implemented as a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant