Re: Does anyone know how mysql works for mutiple kernels of a cpu.

2007-12-18 Thread Banyan He
sors' Regards, Amit Sharma [EMAIL PROTECTED] Amit Sharma E: [EMAIL PROTECTED] M: +91 9971 490 700 W: www.affle.co.uk -Original Message- From: Moon's Father [mailto:[EMAIL PROTECTED] Sent: 18 December 2007 12:33 To: mysql@lists.mysql.com Subject: Does anyone know how mysql work

RE: Does anyone know how mysql works for mutiple kernels of a cpu.

2007-12-17 Thread Amit Sharma
www.affle.co.uk > -Original Message- > From: Moon's Father [mailto:[EMAIL PROTECTED] > Sent: 18 December 2007 12:33 > To: mysql@lists.mysql.com > Subject: Does anyone know how mysql works for mutiple kernels of a cpu. > > Any reply is appreciated,thanks. -- MySQL Gen

Does anyone know how mysql works for mutiple kernels of a cpu.

2007-12-17 Thread Moon's Father
Any reply is appreciated,thanks.

Does anyone know ??

2005-01-27 Thread Nupur Jain
Does anyone know the GA release date for Mysql 5.0 ? Thanks! Nupur -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: does anyone know of a utility that will processes the query log to rerun the queries?

2005-01-11 Thread Daniel Gaddis
query log. Does anyone know of a utility that will processes the general query log (not the binary log or the binary log text file from mysqlbinlog) to rerun the queries? The program would need to... ...strip file header information ...strip the leading non query info from the line ...handle qu

Re: does anyone know of a utility that will processes the query log to rerun the queries?

2005-01-10 Thread Daniel Kasak
Daniel Gaddis wrote: does anyone know of a utility that will processes the query log to rerun the queries? The program would need to... ...strip the leading non query info from the line ...handle queries that span multiple lines ...change databases when appropriate before queries ...add the ; to

does anyone know of a utility that will processes the query log to rerun the queries?

2005-01-10 Thread Daniel Gaddis
does anyone know of a utility that will processes the query log to rerun the queries? The program would need to... ...strip the leading non query info from the line ...handle queries that span multiple lines ...change databases when appropriate before queries ...add the ; to the end of the

Re: Does anyone know

2002-05-29 Thread Jeremy Zawodny
On Wed, May 29, 2002 at 11:58:06AM -0600, Weaver, Walt wrote: > > when MySQL 4.0.2 will be out? We'd like to play around with InnoDB's > autoextend feature on v.4. On what platform? If you're on FreeBSD or Linux, I can send you one of my daily builds. Sice you're just looking to play around, yo

Does anyone know

2002-05-29 Thread Weaver, Walt
when MySQL 4.0.2 will be out? We'd like to play around with InnoDB's autoextend feature on v.4. Thanks, --Walt Weaver Bozeman, Montana - Before posting, please check: http://www.mysql.com/manual.php (the manual) http:/

Re: Does anyone know why fetchrow_hashref failed?

2001-08-23 Thread Paul DuBois
At 1:09 PM -0700 8/23/01, Truoc Duong wrote: >Hi, > >I am using mod_perl and MySQL 3.23.38 on Red Hat Linux >6.2 and my following codes occasionally got an error. > >$SQL = 'SELECT col1,col2 FROM table1'. > ' WHERE keya=1 AND keyb=2'; >$STH = $DBH->prepare($SQL) || die $SQL; >

Does anyone know why fetchrow_hashref failed?

2001-08-23 Thread Truoc Duong
Hi, I am using mod_perl and MySQL 3.23.38 on Red Hat Linux 6.2 and my following codes occasionally got an error. $SQL = 'SELECT col1,col2 FROM table1'. ' WHERE keya=1 AND keyb=2'; $STH = $DBH->prepare($SQL) || die $SQL; if ($STH->execute() >= 1) { $rec = $STH->fetchrow_