[MDEV-6057] Raw partitions for InnoDB seem unsupported Created: 2014-04-09 Updated: 2015-01-20 Resolved: 2014-06-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Critical |
| Reporter: | MG | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream | ||
| Issue Links: |
|
||||||||
| Description |
|
When starting MariaDB 10.0.10 with xtradb or ha_innodb.so, it seems the following configuration options do not work as expected:
With MySQL 5.6.17, the error log reports:
However in MariaDB 10, the error log reports:
|
| Comments |
| Comment by Elena Stepanova [ 2014-04-10 ] |
|
It appears to be the upstream bug http://bugs.mysql.com/bug.php?id=69424. It is claimed to be fixed in 5.6.16, while we have 5.6.15 (InnoDB and XtraDB alike), so it should be fixed in 10.0 with the next InnoDB/XtraDB merge. |
| Comment by Sergei Golubchik [ 2014-06-09 ] |
|
10.0.11 has XtraDB and InnoDB 5.6.17, so this should be fixed in 10.0.11 |
| Comment by blackluck [ 2015-01-18 ] |
|
I have the same problem with 10.0.15-MariaDB (debian repo package). I wanted to test upgrade from 5.5 to 10.0 so created vm with 5.5.33a version and raw data: /dev/raw/raw1 is created with raw command to point to lvm, read and writeable for everyone and this is worked on 5.5. After that change 5.5 mariadb debian (wheezy) repo to 10.0, upgraded mariadb server and got the same error as above: Jan 18 18:30:03 mysql-test-02 mysqld_safe: Starting mysqld daemon with databases from /var/lib/mysql |
| Comment by Joshua Ruehlig [ 2015-01-19 ] |
|
I am still experiencing this issue, with version 10.0.15, using a ZFS ZVOL as my raw device, on FreeBSD. My bug reports can be seen here. |
| Comment by blackluck [ 2015-01-20 ] |
|
I've tried it with 10.0.11, where it should be solved but got the same error. |