[MDEV-6968] CREATE TABLE crashes with InnoDB plugin Created: 2014-10-29 Updated: 2014-10-29 Resolved: 2014-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.1.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Description |
|
Tests fail on Windows with the last revision
See for example http://buildbot.askmonty.org/buildbot/builders/win64-release2/builds/5771/steps/test/logs/stdio It's enough to enable InnoDB plugin and run CREATE TABLE t1 (i INT) ENGINE=InnoDB. Does not seem to happen with XtraDB. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-10-29 ] |
|
commit 02494d9be00c35e56e97587910262c9287a18073 Analysis: fil_extend_space_to_desired_size() does not provide file Fix: Add file node to os_aio() function call and make sure that |