[MDEV-28253] Mysqldump - INVISIBLE column error Created: 2022-04-07 Updated: 2022-04-08 Resolved: 2022-04-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Information Schema |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrea Ponzo (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Hello, here the use case:
The dump on table2 is not reporting the complete insert and when
|
| Comments |
| Comment by Anel Husakovic [ 2022-04-07 ] | |||||||||||||||||||||
|
The problem here is not with mysqldump but rather with show fields command that doesn't take into account INVISIBLE key word, so mysqldump that uses show fields doesn't know that INVISIBLE exists in returned row result.
| |||||||||||||||||||||
| Comment by Andrea Ponzo (Inactive) [ 2022-04-08 ] | |||||||||||||||||||||
|
anel thanks. |