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

SQL Schema Error #2

Open
fdterr opened this issue Aug 3, 2018 · 1 comment
Open

SQL Schema Error #2

fdterr opened this issue Aug 3, 2018 · 1 comment

Comments

@fdterr
Copy link

fdterr commented Aug 3, 2018

Repeatedly getting this error when trying to run the retrosheets schema.sql file:

Line no.:350 Error Code: 1178 - The storage engine for the table doesn't support native partitioning

I haven't edited anything except lines 351 and 537 to add years 2016 and 2017

@dsriggs1
Copy link

dsriggs1 commented Jan 6, 2023

@fdterr I ran into this same issue when switching to mysql 8.0. I changed the schema definition partitioning from 'MYISAM' to 'INNODB', and this resolved the issue for me:

https://dev.mysql.com/doc/refman/8.0/en/partitioning-limitations-storage-engines.html

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

No branches or pull requests

2 participants