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 replaced on other platforms.

Curtis


 
 
 
 
 
 

-- 
--
Curtis Maurand
mailto:[EMAIL PROTECTED]
http://www.maurand.com



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Mysql language

2003-06-06 Thread Anthony Ward
Hi,

I was looking in what language what myslq written in?
Just curious

Anthony



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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


 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: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]


 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


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 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]



mySQL Language

2002-06-02 Thread Soheil Shaghaghi

Hello everyone.
I am trying to add non-Latin text to MySQL. Specifically speaking I need to
use Persian fonts.
I can add the text in the sql tables with no problem. I can also display
them on the generated cgi pages which call those tables. The problem I have
is when I go back to edit these tables, I see entries similar to this:

aaUUEaAaUYiDIaUCa

Here is when the problem starts. If I try to edit the text, and save it, it
saves them in an unreadable format, and therefore displays them as such.
Can anyone tell me what I might do to get around this issue?

Thanks so much,
Soheil


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: 7 MySQL Language Reference till the end ,on my hard drive back home

2001-07-05 Thread Jeremy Zawodny

On Wed, Jul 04, 2001 at 11:03:25PM -0700, Ken Sommers wrote:

 Is there any way to get from chapter 7 MySQL Language Reference till
 the end of the MySql Manual,on my hard drive back home?

I'm a bit confused. Are you looking for the downloadable manual? It's
on www.mysql.com along with all the other downloads.

Jeremy
-- 
Jeremy D. Zawodny, [EMAIL PROTECTED]
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878Fax: (408) 349-5454Cell: (408) 439-9951

MySQL 3.23.29: up 18 days, processed 140,365,739 queries (85/sec. avg)

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysql language

2001-06-26 Thread rahil hayet

hello
I am engeneer and i use mysql .
can you help me please in this questions:
1- tell me what is the language(arabic,french,english...) of the mysql
database data.
2- can we create a database that contain melange of arabic and latin data if
it is possible , how? 

 THANKS

from:hayet

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL Language Support

2001-03-09 Thread Craig Riley

Hi, Does anybody out there know if MySQL supports the Thai language, and if 
so how? If I try to insert Thai font into a MySQL database then I get an 
error! (I don't have the same problem with Access)

Regards

Craig Riley

Web Developer

Reading Room
77 Dean Street
London
W1V 5HA

www.readingroom.net

Tel 020 7734 9499
Fax 020 7284 2841


The information in this email is confidential.  The contents may not be
disclosed to or used by anyone other than the addressee.  If you are not
the intended recipient, please notify us immediately at the above
address.

Reading Room Ltd cannot accept any responsibility for the accuracy or
completeness of this message as it has been transmitted over a public
network.  If you suspect that the message may have been intercepted or
amended, please call the sender.

The above address is the principal place of business.

Reading Room is a founder member of the UK Online Development Association.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php