too less place for whole info in innodb status

2005-08-31 Thread Remigiusz Sokołowski
Hi! problem is not critical, however it would be nice to get some workaround from time to time I check innodb status - the most interesting sections, I believe, are: FILE I/O, INSERT BUFFER AND ADAPTIVE HASH INDEX, LOG, BUFFER POOL AND MEMORY and ROW OPERATIONS unfortunately they are at the

Re: too less place for whole info in innodb status

2005-08-31 Thread Ady Wicaksono
You should try *SHOW INNODB STATUS \G;* Remigiusz Soko?owski wrote: Hi! problem is not critical, however it would be nice to get some workaround from time to time I check innodb status - the most interesting sections, I believe, are: FILE I/O, INSERT BUFFER AND ADAPTIVE HASH INDEX, LOG,

Re: too less place for whole info in innodb status

2005-08-31 Thread Remigiusz Sokołowski
Ady Wicaksono wrote: You should try *SHOW INNODB STATUS \G;* Remigiusz Soko?owski wrote: Hi! problem is not critical, however it would be nice to get some workaround from time to time I check innodb status - the most interesting sections, I believe, are: FILE I/O, INSERT BUFFER AND

Re: too less place for whole info in innodb status

2005-08-31 Thread Ady Wicaksono
Better you create a PHP page that run SHOW INNODB STATUS :-) Hope that will solve your problem. Remigiusz Sokołowski wrote: Ady Wicaksono wrote: You should try *SHOW INNODB STATUS \G;* Remigiusz Soko?owski wrote: Hi! problem is not critical, however it would be nice to get some

Re: too less place for whole info in innodb status

2005-08-31 Thread Gleb Paharenko
Hello. Maybe the output of innodb_monitor won't be truncated. Create the innodb_monitor table and check if you see the full output in the .err log. See: http://dev.mysql.com/doc/mysql/en/innodb-monitor.html Remigiusz Soko$owski [EMAIL PROTECTED] wrote: Hi! problem is not

Re: too less place for whole info in innodb status

2005-08-31 Thread Remigiusz Sokołowski
Gleb Paharenko wrote: Hello. Maybe the output of innodb_monitor won't be truncated. Create the innodb_monitor table and check if you see the full output in the .err log. See: http://dev.mysql.com/doc/mysql/en/innodb-monitor.html this helps - thanks -- MySQL General Mailing List