# [EMAIL PROTECTED] / 2003-06-06 09:21:32 -0400:
> Heikki Tuuri wrote:
>
> >InnoDB is totally C, MySQL half C++ and half C, with a few hundred lines of
> >x86 Assembler.
> Oh? I thought that MySQL ran on Mac OSX as well as various Intel platforms.
the parts that are written in assembler are also implemented in
C/C++. last time I checked, you had to specifically ask the compiler
for the assembler versions (2 yrs ago, windows).
the freebsd port includes this snippet:
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
.endif
--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]