[Bug 196895] databases/mariadb100-server raw device not working as InnoDB data file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 3 03:46:42 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196895

--- Comment #6 from joshruehlig at gmail.com ---
I believe I found the source of this issue.

FreeBSD doesn't present disks as block devices but instead as character
devices. I believe "case S_IFCHR:" should be added directly before or after
"case S_IFBLK:" here..
http://bazaar.launchpad.net/~mysql/mysql-server/5.6/view/head:/storage/innobase/os/os0file.cc#L3167

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list