Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.10
-
None
Description
When starting MariaDB 10.0.10 with xtradb or ha_innodb.so, it seems the following configuration options do not work as expected:
innodb_data_home_dir=
|
innodb_data_file_path=/dev/xvde1:3Gnewraw
|
With MySQL 5.6.17, the error log reports:
[Note] InnoDB: The first specified data file /dev/xvde1 did not exist: a new database to be created!
|
[Note] InnoDB: Setting file /dev/xvde1 size to 3072 MB
|
[Note] InnoDB: Database physically writes the file full
|
However in MariaDB 10, the error log reports:
[ERROR] InnoDB: '/dev/xvde1' not a regular file.
|
[ERROR] InnoDB: The system tablespace must be writable!
|
[ERROR] Plugin 'InnoDB' init function returned error.
|
[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
|
Attachments
Issue Links
- is duplicated by
-
MDEV-6136 RAW storage can't be accessed / initalized
- Closed
- links to