-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Rename mysql4 sql files #1619
Rename mysql4 sql files #1619
Conversation
At first a big thank you for this super nice description of the PR and how to easily check this huge PR. Thank you for these "step by step". It makes reviewing this PR much easier. |
I downloaded Magento 1.4.1.1. I created an empty database, updated the local.xml, cleared var/ directory and go to home page with my browser to regenerate database. (I also removed ROW_FORMAT=FIXED in sql files, I also installed php5-6 from deb.sury.org) Then I...
|
Without -I:
|
so, excluding some datetime differences the database seems exactly the same no? what benefit do we have from this massive rename? |
Yes, for me, no differences in database. |
conflict impeding merge |
Rebase without conflict. |
|
Description
This (useless) PR rename ~95% of sql/mysql4-* files (620 files renamed without changes).
Script used to rename files:
Files not renamed:
If I rename
mysql4-data-upgrade
, two files are not executed. I not checked why.Manual testing scenarios
before
andafter
.before
database.var/
directory and go to home page with your browser.after
database.var/
directory and go to home page with your browser.mysqldump --skip-comments --skip-extended-insert -u root -p before > file1.sql
mysqldump --skip-comments --skip-extended-insert -u root -p after > file2.sql
diff -I "20[0-9][0-9]-" file1.sql file2.sql
Contribution checklist