Re: Disable innodb status info in err log

2010-03-17 Thread Anand Kumar
Jesper, I dont have a table called innodb_monitor on any of my databases, i gone through the links which you mentioned here.. but no luck.. Thanks Anand S On Wed, Mar 17, 2010 at 5:06 PM, Jesper Wisborg Krogh wrote: > On 17/03/2010, at 9:10 PM, Anand kumar wrote: > > you are right sir , the va

Re: Disable innodb status info in err log

2010-03-17 Thread Jesper Wisborg Krogh
On 17/03/2010, at 9:10 PM, Anand kumar wrote: you are right sir , the variables innodb_status_file will write the "show innodb status" information on to the file innodb_status.PID ... however for me the innodb status is logging into the default error log file... i dont have any clue on how

Re: Disable innodb status info in err log

2010-03-17 Thread Anand kumar
you are right sir , the variables innodb_status_file will write the "show innodb status" information on to the file innodb_status.PID ... however for me the innodb status is logging into the default error log file... i dont have any clue on how to stop it from writing... Any help would be apprecia

Re: Disable innodb status info in err log

2010-03-17 Thread RaMeSh
Greetings. Try with the variable innodb_status_file. I wont get logged in mysqlerr.log file. On 17 March 2010 15:15, Shanmugam, Dhandapani wrote: > anand > > Do you use innodb engine at all further > -D > > -Original Message- > From: sanan...@gmail.com [mailto:sanan...@gmail.com] On B

RE: Disable innodb status info in err log

2010-03-17 Thread Shanmugam, Dhandapani
anand Do you use innodb engine at all further -D -Original Message- From: sanan...@gmail.com [mailto:sanan...@gmail.com] On Behalf Of Anand Sent: Wednesday, March 17, 2010 3:00 PM To: mysql@lists.mysql.com Subject: Disable innodb status info in err log Hi All, Innodb status information

RE: Disable InnoDB

2003-07-08 Thread Ow Mun Heng
uBois [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:02 AM To: Ow Mun Heng; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Disable InnoDB At 9:46 +0800 7/7/03, Ow Mun Heng wrote: >Hi, > > This may be a stupid question but can I still just ask it? > > Wh

RE: Disable InnoDB

2003-07-08 Thread Paul DuBois
st starting out and my innoDB files are small. Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Mike Blezien [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 9:03 AM To: [EMAIL PROTECTED] Subject: Re: Disable InnoDB Thanks, t

RE: Disable InnoDB

2003-07-06 Thread Ow Mun Heng
aybe this is true as well?) I'm just starting out and my innoDB files are small. Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Mike Blezien [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 9:03 AM To: [EMAIL P

Re: Disable InnoDB

2003-07-04 Thread Mike Blezien
Thanks, that did the trick :) >> Jeremy Zawodny wrote: On Fri, Jul 04, 2003 at 07:26:54PM -0500, Mike Blezien wrote: Hello, Happy 4th to all :) Anyway, I am attempt to temporarily disable InnoDB tables. We just setup on a new RH/Linux 7.3 server that had the MySQL version 4.0.13 from RPM's, pre

Re: Disable InnoDB

2003-07-04 Thread Jeremy Zawodny
On Fri, Jul 04, 2003 at 07:26:54PM -0500, Mike Blezien wrote: > Hello, > > Happy 4th to all :) > > Anyway, I am attempt to temporarily disable InnoDB tables. We just > setup on a new RH/Linux 7.3 server that had the MySQL version 4.0.13 > from RPM's, pre-installed... but we currently don't need t

Re: Disable InnoDB

2002-11-25 Thread Dyego Souza do Carmo
JFL> Can i get more speed by disabling InnoDB tables, if I'm only using JFL> MyISAM and HEAP tables? JFL> Any warnings about this? If your server is need more resources ( memory , etc... ), Yes. The InnoDB only uses processor if the tables typped "InnoDB" are used , but the memory is allocated.