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

MySQL 8.x support #54

Closed
Chaho12 opened this issue Sep 23, 2023 · 1 comment
Closed

MySQL 8.x support #54

Chaho12 opened this issue Sep 23, 2023 · 1 comment

Comments

@Chaho12
Copy link
Member

Chaho12 commented Sep 23, 2023

Changing version to MySQL 8.x has causes issue with index size in exact_match_source_selectors table's unique index, as it is innodb with utf8mb4 (4 bytes)

trinodb/trino solves this issue by giving limits to each unique key index UNIQUE (source(128), environment, query_type(128), resource_group_id)

However, in gateway there is syntax issue when activejdbc executes sql.

@mosabua
Copy link
Member

mosabua commented Dec 15, 2023

We should probably update the JDBC driver soon as well.. but thats a separate issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants