[MDEV-23411] mysqldump mysql_list_tables silent failure Created: 2020-08-05 Updated: 2020-10-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.4.13 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | MG | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream | ||
| Description |
|
When the server is at or near maximum number of open files, mysqldump can fail to export data but exit 0 anyway, due to unsafe call from getTableName to mysql_list_tables Reported upstream as Bug #100407 and reproduced in MariaDB 10.4.13 |