[MDEV-6070] FusionIO: Failure to create a table with ATOMIC_WRITES option leaves the database in inconsistent state Created: 2014-04-11 Updated: 2014-04-16 Resolved: 2014-04-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.0.15-FusionIO |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | fusion-io | ||
| Description |
|
If table creation fails due to an atomic_write-related problem, the failed CREATE statement leaves an orphan .ibd file behind, which is not easy to get rid of, apart from removing it from the file system:
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-04-16 ] | ||
|
Additional problem (this should work on all file systems):
| ||
| Comment by Jan Lindström (Inactive) [ 2014-04-16 ] | ||
|
revno: 3973 Analysis: Problem was that atomic writes variable had incorrect Fix: Fix atomic writes variable type to ulint as it should be. |