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

Supporting mysql.help_ tables #1873

Merged
merged 6 commits into from Jul 11, 2023
Merged

Supporting mysql.help_ tables #1873

merged 6 commits into from Jul 11, 2023

Conversation

fulghum
Copy link
Contributor

@fulghum fulghum commented Jul 11, 2023

This first pass adds the table schemas to the mysql database for help_keyword, help_category, help_topic, and help_relation. There is no support for data in the tables yet; we're starting with just table schemas to see if that's enough for tool compatibility.

Related to: dolthub/dolt#6308

I still need to do acceptance testing with the exact repro in the issue linked above. I'll follow up with Max on that tomorrow to confirm. I'm hoping just supporting the schema will be enough for the FusionAuth tool, but we may end up needing to populate these tables, too.

fulghum and others added 2 commits July 10, 2023 17:07
…empty table schema, no data, to start, to see if that's enough for tool compatibility.
@fulghum fulghum marked this pull request as ready for review July 11, 2023 00:25
Copy link
Contributor

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just wondering about the typing.

sql/mysql_db/help_tables.go Outdated Show resolved Hide resolved
@fulghum fulghum merged commit 1f366da into main Jul 11, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants