Skip to content

Cleanup trx_sys.find() calls#5030

Open
svoj wants to merge 1 commit intoMariaDB:mainfrom
svoj:main-is_registered
Open

Cleanup trx_sys.find() calls#5030
svoj wants to merge 1 commit intoMariaDB:mainfrom
svoj:main-is_registered

Conversation

@svoj
Copy link
Copy Markdown
Contributor

@svoj svoj commented May 2, 2026

Replaced some trx_sys.find() calls with trx_sys.is_registered(). The latter is more appropriate in this context as it documents the intention and may provide more optimal implementation if we ever decide to.

Replaced some trx_sys.find() calls with trx_sys.is_registered(). The
latter is more appropriate in this context as it documents the intention
and may provide more optimal implementation if we ever decide to.
@svoj svoj requested a review from dr-m May 2, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants