-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update of the schema 41910to42000.sql for compatibility with MariaDB version 10.3.38. #9680
Update of the schema 41910to42000.sql for compatibility with MariaDB version 10.3.38. #9680
Conversation
@blueorangutan package |
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9680 +/- ##
==========================================
Coverage 15.81% 15.81%
Complexity 12554 12554
==========================================
Files 5629 5629
Lines 492029 492029
Branches 62293 62841 +548
==========================================
+ Hits 77811 77813 +2
+ Misses 405894 405893 -1
+ Partials 8324 8323 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11111 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm
@blueorangutan LLtest |
@DaanHoogland a [LL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - didn't test it though
code lgtm @JoaoJandre @DaanHoogland |
@LayonRibeiro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested in a local lab:
- With MariaDB 10.11.2, tried to update from 4.19 to 4.20. Before the changes, the script failed to update the columns.
- After the changes, the columns were renamed successfully.
@JoaoJandre , for people using mariadb 10 this is actually a blocker. I don't know if mariadb10 is well supported otherwise, but I think we should include this. |
Yes we are including this for sure. I'm just waiting for the CI results and we can merge this. |
@blueorangutan package |
@rohityadavcloud a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Do we need explicit testing if Github Actions smoketests have passed? (that I reckon runs against MySQL 8.x)? @JoaoJandre @DaanHoogland |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11130 |
I think we can merge. cc @weizhouapache |
@DaanHoogland shouldn't we wait for the CI results? |
It will not give us more information than the GitHub actions in this case, as @rohityadavcloud implies. |
Sorry, I missed that message 😅 |
Co-authored-by: layon.oliveira <[email protected]>
Description
This PR changes two column renames in
schema-41910to42000.sql
. Using MariaDB version10.3.38-MariaDB
, some lines are not applying the expected changes to the column names in the tables. This issue results in errors during the version transition process.The modifications made to the schema-41910to42000.sql ensure that changes to the tables are applied correctly. With these fixes, the transition between versions should proceed successfully, without errors.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
How Has This Been Tested?
I made the mentioned changes, and the transition between versions went as expected.