Re: AMD64

2009-04-08 Thread Martijn Tonies
MySQL converts MYSQL_TYPE_LONG to float before storing http://dev.mysql.com/doc/refman/5.1/en/c-api-prepared-statement-datatypes.html ? Where does it say that? All in all, datatypes are datatypes, despite platform. With regards, Martijn Tonies Upscene Productions http://www.upscene.com

Re: AMD64

2009-04-07 Thread Martijn Tonies
What is the size of MYSQL_TYPE_LONG in a 64bit machine? I am trying to save pointers. If this type is 4 bytes on a 32bit machine and 8 bytes on a 64bit machine will make it much easier. Ehm, wouldn't that like, totally fail if -saved- by a 64bit machine and -read- by a 32bit machine if

Re: AMD64

2009-04-07 Thread Martijn Tonies
Alex, Please respond to the list instead of my personal address. Nevertheless, if MYSQL_TYPE_LONG is the datatype for a table field, it would always -have- to be the same size, cause different clients can connect (if not being embedded), wouldn't it? With regards, Martijn Tonies Upscene

Re: AMD64

2009-04-07 Thread Alex Katebi
On Tue, Apr 7, 2009 at 11:17 AM, Martijn Tonies m.ton...@upscene.comwrote: Alex, Please respond to the list instead of my personal address. sorry I thought i was. Nevertheless, if MYSQL_TYPE_LONG is the datatype for a table field, it would always -have- to be the same size, cause

RE: AMD64

2009-04-07 Thread Martin Gainty
à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Tue, 7 Apr 2009 11:30:32 -0400 Subject: Re: AMD64 From: alex.kat...@gmail.com To: m.ton...@upscene.com CC: mysql@lists.mysql.com On Tue, Apr 7, 2009 at 11:17 AM, Martijn Tonies m.ton

RE: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-20 Thread Joe Kislo
On Thu, 2005-06-16 at 21:06, Richard Dale wrote: So we have recently started stress testing Mysql on an Opteron dual CPU machine running Ubuntu Hoary. We are using the 64-bit GCC 4.0.24-standard binary from mysql. The stress test that I'm currently running on it involves inserting a

RE: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-20 Thread Joe Kislo
On Thu, 2005-06-16 at 21:06, Richard Dale wrote: So we have recently started stress testing Mysql on an Opteron dual CPU machine running Ubuntu Hoary. We are using the 64-bit GCC 4.0.24-standard binary from mysql. The stress test that I'm currently running on it involves inserting a

Re: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-17 Thread Gleb Paharenko
Hello. MySQL on 64-bit AMD rises lots of questions. There is an Opteron HOWTO at: http://hashmysql.org/index.php?title=Opteron_HOWTO I can't give any advice except sending to the list the output of SHOW STATUS and SHOW PROCESSLIST statements performed when MySQL uses a lot of memory.

RE: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-16 Thread Richard Dale
So we have recently started stress testing Mysql on an Opteron dual CPU machine running Ubuntu Hoary. We are using the 64-bit GCC 4.0.24-standard binary from mysql. The stress test that I'm currently running on it involves inserting a large database (from a mysqldump) ... Which linux