Re: Mysql language

2003-06-07 Thread Curtis Maurand
On Fri, 6 Jun 2003, Bruce Feist wrote: > 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. It does. I'm sure the x86 assembler is replace

Re: Mysql language

2003-06-06 Thread Roman Neuhauser
# [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

Re: Mysql language

2003-06-06 Thread Bruce Feist
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. Bruce Feist -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscr

Re: Mysql language

2003-06-06 Thread Egor Egorov
"Anthony Ward" <[EMAIL PROTECTED]> wrote: > > I was looking in what language what myslq written in? > Just curious C/C++ -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |

Re: Mysql language

2003-06-06 Thread Heikki Tuuri
Hi! InnoDB is totally C, MySQL half C++ and half C, with a few hundred lines of x86 Assembler. Regards, Heikki - Original Message - From: ""electroteque"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Friday, June 06, 2003 3:16 PM Subject

RE: Mysql language

2003-06-06 Thread electroteque
c++ ? -Original Message- From: Anthony Ward [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 9:49 PM To: [EMAIL PROTECTED] Subject: Mysql language Hi, I was looking in what language what myslq written in? Just curious Anthony -- MySQL General Mailing List For list archives: htt