Date: Tue, 03 Feb 2015 03:46:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196895] databases/mariadb100-server raw device not working as InnoDB data file Message-ID: <bug-196895-13-Jco9Yswf4a@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196895-13@https.bugs.freebsd.org/bugzilla/> References: <bug-196895-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196895 --- Comment #6 from joshruehlig@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196895-13-Jco9Yswf4a>