[MDEV-674] LP:486462 - Disk full causes incorrect error message(s) Created: 2009-11-21 Updated: 2015-04-04 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 5.1.67, 5.2.14, 5.3.12, 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Cafuego (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Launchpad, upstream, verified | ||
| Attachments: |
|
| Description |
|
When running out of disk space during a database import, Maria incorrectly tells me the table is full, as opposed to 'the disk is full'. It seems it's not correctly parsing E_NOSPC and so not returning the correct error string. cafuego@cachaca:~ ERROR 1114 (HY000) at line 676: The table 'cache_menu' is full After making some space available, the import completes fine. I recall reporting this to Sun as well, but I can't find the bug number. |
| Comments |
| Comment by Cafuego (Inactive) [ 2009-11-21 ] |
|
Re: Disk full causes incorrect error message(s) The associated syslog entry from the current error was: Nov 22 10:12:16 cachaca mysqld: 091122 10:12:16 InnoDB: Error: Write to file ./database/cache_menu.ibd f→ ... so probably the same bug. |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2009-12-02 ] |
|
Re: Disk full causes incorrect error message(s) |
| Comment by Rasmus Johansson (Inactive) [ 2012-06-13 ] |
|
Launchpad bug id: 486462 |