pinba_engine icon indicating copy to clipboard operation
pinba_engine copied to clipboard

Pinba - MySQL plugin and storage engine

Results 32 pinba_engine issues
Sort by recently updated
recently updated
newest added

Hello. No compile with GCC7. Build result: ``` ... ha_pinba.cc: In member function 'int ha_pinba::tag_info_fetch_row(unsigned char*)': ha_pinba.cc:5425:44: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if (!share->params ||...

When you build pinba for percona 5.7.21 on ubuntu 16.04, linker fails on the final step as it can't find a library at the location percona-source/libservices/libmysqlservices.a But the library exists...

Hi. After executing: ``` ./buildconf.sh ./configure --with-mysql=/tmp/mysql_headers --libdir=/usr/lib64/mysql/plugin --with-judy=/usr/src/judy-1.0.5 ``` i have receive such error: ``` checking if compiler supports -Wl,-rpath,... yes checking for MySQL source code... /tmp/mysql_headers checking for...

Hi! There is a problem with using huge reports because of UDP buffer limitations (max package is 287kb now) Is it possible to add support of UNIX sockets for pinba...

Would it be possible to have Pinba available under BSD-style license? (http://www.linfo.org/bsdlicense.html) Something like a dual-license with GNU GPL; if you have strong feelings about using GNU GPL. ## If...

Installing Pinba by DEB packages and getting following error messages # apt-get remove --purge mysql-server Output: The following packages have unmet dependencies: pinba-engine-mysql-5.6 : Depends: mysql-server-core-5.6 (< 5.6.26) but 5.6.27-2...

Here is a message I get when I'm trying to build pinba. ``` ha_pinba.cc:2687:15: error: no matching function for call to 'JudyLNext' ppvalue = JudyLNext(D->tag.name_index, &str_hash, NULL); ^~~~~~~~~ /usr/local/Cellar/judy/1.0.5/include/Judy.h:263:17: note:...

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/root/mysql-5.5.40/sql -I/root/mysql-5.5.40/include -I/root/mysql-5.5.40/regex -I/root/mysql-5.5.40 -g -O2 -fno-exceptions -fno-rtti -I/usr/local/include -I/usr/local/include -DMYSQL_DYNAMIC_PLUGIN -DNDEBUG -DJUDYERROR_NOTEST -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cc -fPIC -DPIC -o .libs/main.o...

Hi, After `1.1.0`, I see we can use `PINBA_FLUSH_RESET_DATA` with `pinba_flush()`. But I'd like to have `pinba_clean()` as well. I have this scenario: I start a long running script. In...

I would be useful to mix request and timers tags into tags report. For this purpose, COMMENT parsing would be upgraded in order to distinguish request tags from the legacy...