… is http://tokutek.com/downloads/iiBench-1.0.3.1.tar.gz One of the advantages of the newer version of… version that Mark wrote http://bazaar.launchpad.net/~mdcallag/mysql-patch/mytools/annotate/head%3A/bench/ibench/iibench.py) is that…
Post: Percona welcomes Drizzle 7.1
… function HTTP JSON API (experimental) Some of the Percona InnoDB patches have been merged Since Drizzle 7.0 (which was released… of code. Installing Drizzle 7.1.33-stable The source tar package is available from the Drizzle Launchpad download area. Please… how to install Drizzle 7.1.33-stable from source tar package. The Ubuntu packages are available from the Drizzle PPA…
Post: Announcement of Percona XtraDB Cluster 5.5.20 GA release
… on Percona Server with XtraDB and includes Write Set REPlication patches. It uses the Galera library, version 2.x, a generic…, please report to our bug tracking system. Links: We provide tar.gz and RPM binaries for RedHat (CentOS, Oracle Linux) 5…
Post: fadvise - may be not what you expect
… call to avoid caching in OS cache. We recently made patch for tar, which supposes to create archive without polluting OS cache… it is not fixed for many years. As for the patch for tar, I ended up with FADV_DONTNEED call after each…. You can get patch there lp:~percona-dev/perconatools/tar-patch, it adds parameter –no-oscache, along with our old patch –read-rate to…
Post: Updated msl (microslow) patch, installation walk-through!
…: (garfield:~/work) % gzip -c -d mysql-5.0.51a.tar.gz | tar -x -v -f – mysql-5.0.51a/ mysql-5.0….0.51a) % patch -p1 < ../patch-mysql-5.0.51a-msl.diff patching file include/my_time.h patching file scripts/mysqldumpslow.sh patching file sql-common/my_time.c patching file sql/filesort.cc patching file sql/log.cc patching file…
Post: New patches, new builds
…_pool_mutex_fixed_optimistic_safe.patch | InnoDB patch to fix buffer pool scalability control_io-threads.patch | InnoDB patch to control count of IO threads control_flush_and_merge_and_read.patch | InnoDB patch to control insert… tar.gz, source tar.gz (source contains source code with applied patches, so you can just download it and compile) and just raw patches…
Post: Percona builds with Percona patchsets
….62-percona.tar.bz2 md5:0d8a37e09eca93cde6170866293a82ff mysql-5.1.26-percona.tar.bz2 md5:0574b38755786a97bc476058051cbe82 You can find the individual patches here: http://www.mysqlperformanceblog.com/mysql-patches/ Besides standard 5…
Comment: Slow Query Log analyzes tools
… without Binaries. This version also does not have any community patches yet, coming of the same tree as MySQL Enterprise. To… server built with our microslow patch, which enables microsecound in slow-log. More info about the patch http://www.mysqlperformanceblog.com/…nalyzes… 35M mysql-standard-5.0.33-linux-x86_64-glibc23.tar.gz The archive contains both mysqld and mysqld-microslow binaries…
Post: xtrabackup-0.3, binaries and stream backup
… backup. 2) Do we need to run patched MySQL, because the build instruction mentions the patch for MySQL ? A: xtrabackup can be…, ourdelta distributions. You do not need to patch MySQL to run backup. The patch for MySQL is needed only to build the… now you can run it as innobackupex –stream=tar ./ | ssh user@host cat “>” backup.tar and get copy on remote box. Also…
Post: Living with backups
… ago we prepared a patch for tar that implements –read-rate=BytesPerSecond. In this case the advantage from using tar over rsync is… so much. ionice -c3 /root/backup-tools/tar … ionice -c2 -n7 /root/backup-tools/tar … Please cosult ionice man page for usage…; $pid= fork(); if ($pid == 0) { exec(‘/root/backup-tools/tar –read-rate=15000000 …’); } $was_running= 1; $is_running…

