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

Remove MySQL < 4.1 support #9

Closed
julmud opened this issue Jan 7, 2020 · 0 comments · Fixed by #26
Closed

Remove MySQL < 4.1 support #9

julmud opened this issue Jan 7, 2020 · 0 comments · Fixed by #26
Labels
good first issue Good for newcomers

Comments

@julmud
Copy link
Owner

julmud commented Jan 7, 2020

MySQL 4.0 extended support ended on December 2008. More than 11 years later, I think it should now be safe to remove the specific support of MySQL versions < 4.1.

This entails (the list is not exhaustive):

  • Removal of the schema.pre-4.1.sql file
  • Adaptations in the HandelOutOfDateSchema method in incupdate.php
@julmud julmud added the good first issue Good for newcomers label Jan 7, 2020
julmud added a commit that referenced this issue Jan 21, 2020
MySQL 4.0 has seen its end of support on December 2008. So, more
than ten years later, it's time to remove code specific to it.

This fixes #9
julmud added a commit that referenced this issue Jan 22, 2020
MySQL 4.0 has seen its end of support on December 2008. So, more
than ten years later, it's time to remove code specific to it.

This fixes #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant