Details
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:~
; mysql database < data_dump.sql
ERROR 1114 (HY000) at line 676: The table 'cache_menu' is full
cafuego@cachaca:~
; df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 12G 12G 0 100% /
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.