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. After compiling plug-in for MySQL 5.5.54, when i try to add a plug-in MySQL error is output: ``` # mysql --execute="INSTALL PLUGIN pinba SONAME 'libpinba_engine.so';" ERROR 1126 (HY000) at...

OS: Debian 9.0 Stretch Mysql Version: MariaDB 10.1.26 Installation method (in french and command lines): [ Installer l'engine MySQL Pinba sur Debian ](https://howto.biapy.com/fr/debian-gnu-linux/serveurs/mysql/installer-lengine-mysql-pinba-sur-debian/) When configuring pinba 1.2.0, i use these...

Does exist plans for support PHP 7?

``` docker run -d --net=host --name=pinba tony2001/pinba ``` check: ``` docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a99ad76e0309 tony2001/pinba "/local/mysql/bin/env" 8 seconds ago Up 8 seconds pinba...

https://github.com/tony2001/pinba_engine/wiki/PHP-extension#pinbaauto_flush see: Available since version 1.2.0. but last version on git/master - 1.1.0, https://github.com/tony2001/pinba_engine/blob/master/NEWS https://github.com/tony2001/pinba_extension/blob/master/NEWS on pinba.org too: Latest release: pinba_engine-1.1.0.tar.gz (12 Feb 2015) так есть auto_flush или нет?

There's a Docker image in Docker hub but I cannot find the Dockerfile to build/adapt it.

When i'm run make install I receive such error ``` In file included from ha_pinba.cc:36:0: /home/sveneld/pinba/mysql_source/mysql-5.7-5.7.20/sql/field.h:24:73: fatal error: binary_log_funcs.h: No such file or directory compilation terminated. Makefile:508: recipe for target...

**Details:** _CentOS7, gcc - version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC)_ 1. Compile nanomsg. 2. Put meow, boost at pinba2-2.6.0/include/ 3. Prepare mariadb-10.2 (headers) 4. Configure: _./configure --with-mysql=/var/src/pinba/mariadb-10.2_ **Problem:** -...

Trying to compile this on Ubuntu 18.04 using MariaDB 10.1, during the make process I get these errors (there are many that look like this): ``` ha_pinba.cc: In member function...

Собираю по инструкции https://howto.biapy.com/en/debian-gnu-linux/servers/mysql/install-pinba-mysql-engine-on-debian Ubuntu 18.04 ``` cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS" ``` Подготавливаю конфиг ``` cd /tmp/pinba_engine aclocal automake ./buildconf.sh libtoolize: putting auxiliary files in '.'....