pinba_engine
pinba_engine copied to clipboard
Pinba - MySQL plugin and storage engine
Hello! I try to compile plugin for centos 6 mysql 5.6. ./configure --with-mysql=/root/mysql-src/mysql-5.6.24 --with-judy=/usr/local/bin/judy-1.0.5 --with-event=/usr/local/bin/libevent-2.0.22 --with-libdir=/usr/lib64/mysql/plugin/ and see: checking for pthread_setaffinity_np in -lpthread... yes checking if compiler supports -R... no...
Hello, I use Centos 6.5 x86_64. pinba_engine was compiled and installed successfully. mysql> show engines \G Engine: PINBA Support: YES Comment: Pinba engine Transactions: NO XA: NO Savepoints: NO mysql>...
Can't open shared library 'libpinba_engine.so' (errno: 8, API version for STORAGE ENGINE plugin PINBA not supported by this version of the server) After update mariadb to 5.5.44+maria-1~wheezy, mariadb don't start,...
Hi, I have some features that need tags to be bigger than 65 bytes. Currently I forked your code and make it 255, then compiled and reinstalled Can we make...
Hi! I'm using percona 5.6 (current version is 5.6.19-67.0) with fedora 20. So, i'm installing pinba engine with all options from mysqlbug, using same sources version as rpm installation. Build...
Get this error: ERROR 1031 (HY000) at line 44: Storage engine PINBA of the table `pinba`.`info` doesn't have this option This is with MariaDB 10.0.12 built from source. Seems to...
I have in log: [PINBA] warning: pool.cc:401 invalid packet data: req_time=1410.088257, ru_utime=-0.008998, ru_stime=0.001000, doc_size=0.426758 [PINBA] warning: pool.cc:401 invalid packet data: req_time=1410.139648, ru_utime=-0.001000, ru_stime=-0.002000, doc_size=0.443359 [PINBA] warning: pool.cc:401 invalid packet data:...
Hi, almost every week we need to restart the "mysqld" service because it gets out of memory when the Pinba engine is under heavy use. You can see what happens...
May 29 08:03:51 perfccc mysqld: 120529 8:03:51 - mysqld got signal 11 ; May 29 08:03:51 perfccc mysqld: This could be because you hit a bug. It is also possible...
mysql> delete from request; ERROR 1598 (HY000): Binary logging not possible. Message: Statement-based format required for this statement, but not allowed by this combination of engines mysql> truncate request; ERROR...