[MDEV-24806] Inconsistent records after upgrade to MariaDB 10.3.23 Created: 2021-02-08 Updated: 2021-04-25 Resolved: 2021-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.3.23 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Agus Syafaat | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
AWS RDS for MariaDB |
||
| Description |
|
We have some records issue after upgrade to MariaDB 10.3.23 (AWS RDS). The column type for the filter is an integer for the table. If we check the records without trim, the records only 14 rows:
While if we trim the records, the records are 15 rows.
There seems any character on the company_id columns, while it's an integer. If I check the length of the columns, look normal as shown below:
Default sql_mode is NO_ENGINE_SUBSTITUTION while on the old RDS database (MariaDB 10.0), default sql_mode is empty. I can't change the sql_mode to be empty in upgraded RDS for MariaDB (which is expected in >= 10.2). |
| Comments |
| Comment by Elena Stepanova [ 2021-03-28 ] | |||||||||
|
Did you try to run CHECK TABLE?
What does this return?
Is it reproducible if you create a new table and run the same there? E.g.
or even
|