Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.27
-
None
-
debian 8.6
Description
I am running MariaDB 10.0.27 and I was importing some tablespaces from another host.
All the tables were imported fine, but one of them was failing:
MariaDB DBSTORE localhost enwiki > alter table abuse_filter_action import tablespace; |
ERROR 1810 (HY000): IO Read error: (139862985341824, ) (null) |
When trying to debug the issue, the logs were not too helpful
InnoDB: Discarding tablespace of table "enwiki"."abuse_filter_action": Generic error
|
It would be nice to try to generate more verbosity with this kind of error.
Thanks
PS: Let me know if this rather needs to be reported to bugs.mysql.com
If you do not have error logs or anything else that would help to get bottom of this, I can't help you anymore. If you see this again please do not remove anything. On surface it could be that you did run out of disk space when exporting but not sure as above IO error is quite generic.