cleaning up

2016-08-03 Thread Camilo Vieira
Hi, There are lot mysql transactions with the "cleaning up" state on my Mysql 5.6.31: TRANSACTIONS Trx id counter 26782150 Purge done for trx's n:o < 26774181 undo n:o < 0 state: running but idle History list length 739 LIST OF TRANSACTIONS FOR EACH SESSION: ---TRANSACTI

Fwd: GTID SUSPENDING

2016-06-21 Thread Camilo Vieira
Hi folks! I have noticed the GTID thread is sunpending since I upgraded the MySQL from 5.5 to 5.7. ​ ​I have tryed to disable GTI using : SET @@GLOBAL.GTID_MODE = OFF; But the problem persists... Somebody could clarify this situation for me? Thanks!!

Mysql 5.5 Dead Locks

2015-10-07 Thread Camilo Vieira
Hi, I'm receiving MySQL 5.5 deadlocks. I enabled the innodb lock monitor using this command: CREATE TABLE innodb_lock_monitor(a int) ENGINE=INNODB; I got the following output: LATEST DETECTED DEADLOCK 151007 13:58:36 *** (1) TRANSACTION: TRANSAC

Re: MySQL 5.5 Slow performance to insert

2015-07-27 Thread Camilo Vieira
niel Lucio Quiroz < luis.daniel.lu...@gmail.com>: > How big is your innodb buffer in compare all innodb? > > Try running the mysqltuner script, it will give you useful information > On Jul 24, 2015 4:40 PM, "Camilo Vieira" wrote: > >> Hi, >> >> My MySQ

MySQL 5.5 Slow performance to insert

2015-07-24 Thread Camilo Vieira
Hi, My MySQL server is performing very slow inserts. Does somebody could help me to understand what's happening? mysql> show engine innodb status \G *** 1. row *** Type: InnoDB Name: Status: = 150724 17:40:28

Fwd: MySQL 5.5 Slow performance after slave server fail

2014-11-05 Thread Camilo Vieira
Hi, I have two servers Mysql 5.5 with master to master replication. The second server failed and I needed to remove it to repair the operating system. After this incident the application users have been notice that the application response have been very slow. Both servers have RAID 1 (mirroring)