[Maria-developers] MDEV-7802 adding status variables - backport to 10.0 request

2015-04-21 Thread Daniel Black
Hi, I'm requesting a backport of MDEV-7802 https://github.com/MariaDB/server/pull/30/files to 10.0 It added status variables which where important to determining what operational values to set binlog_commit_wait_usec / binlog_commit_wait_count variables to. With parallel replication efficienc

[Maria-developers] documentation

2015-04-21 Thread Daniel Black
Seems there are a fair few variables and options changed in the course of development. These don't seem to make it to the documentation, especially pages like: https://mariadb.com/kb/en/mariadb/server-system-variables/ https://mariadb.com/kb/en/mariadb/server-status-variables https://mariadb.co

Re: [Maria-developers] Coverity scanning

2015-04-21 Thread Elena Stepanova
Hi Daniel, On 22.04.2015 2:36, Daniel Black wrote: Hi, Seems MariaDB has an active Coverity project https://scan.coverity.com/projects/284 ... but it hasn't been looked at for a while. It's one of many things on the list: https://mariadb.atlassian.net/browse/MDEV-6262 . Regards, Elena

[Maria-developers] MDEV-5536 / MDEV-427 / MDEV-5713 - systemd socket activation, notify

2015-04-21 Thread Daniel Black
This adds systemd socket activation (listening file descriptors passed on on startup), and systemd notification parts to the core mysql and bits of innodb that may take a bit of time. Scripts to convert from my.cnf settings to a socket activation file are included. support-files/mariadb.servi

[Maria-developers] Coverity scanning

2015-04-21 Thread Daniel Black
Hi, Seems MariaDB has an active Coverity project https://scan.coverity.com/projects/284 ... but it hasn't been looked at for a while. >From my list of bugs I suspect it would of found issues like: * MDEV-7977 * MDEV-7864 * MDEV-4980 In correcting these before release it would of benefited Maria

Re: [Maria-developers] MDEV-8024 Remove excessive update_used_tables() calls

2015-04-21 Thread Sergei Golubchik
Hi, Alexander! On Apr 21, Alexander Barkov wrote: > Hi Sergei, > > Please review a patch for MDEV-8024. > > It's needed to as a pre-requisite for > "MDEV-7950 Item_func::type() takes 0.26% in OLTP RO" Looks ok. Just a few comments: > diff --git a/sql/item.cc b/sql/item.cc > index e9bbdc7..502b

[Maria-developers] MDEV-8024 Remove excessive update_used_tables() calls

2015-04-21 Thread Alexander Barkov
Hi Sergei, Please review a patch for MDEV-8024. It's needed to as a pre-requisite for "MDEV-7950 Item_func::type() takes 0.26% in OLTP RO" Thanks. diff --git a/sql/item.cc b/sql/item.cc index e9bbdc7..502b8ae 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -59,6 +59,21 @@ bool cmp_items(Item *a,

[Maria-developers] MDEV-8024 Remove excessive update_used_tables() calls

2015-04-21 Thread Alexander Barkov
Hi Sergei, Please review a patch for MDEV-8024. It's needed to as a pre-requisite for "MDEV-7950 Item_func::type() takes 0.26% in OLTP RO" Thanks. ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchp