Comments on: Building a MySQL server with XtraDB for speed http://www.xaprb.com/blog/2011/02/08/building-a-mysql-server-with-xtradb-for-speed/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2011/02/08/building-a-mysql-server-with-xtradb-for-speed/#comment-19136 Xaprb Thu, 10 Feb 2011 11:36:14 +0000 http://www.xaprb.com/blog/?p=2182#comment-19136 Oh, and it looks like they were only added to the documentation recently: this bug already exists: http://bugs.mysql.com/bug.php?id=59860

]]>
By: Xaprb http://www.xaprb.com/blog/2011/02/08/building-a-mysql-server-with-xtradb-for-speed/#comment-19135 Xaprb Thu, 10 Feb 2011 11:34:47 +0000 http://www.xaprb.com/blog/?p=2182#comment-19135 Mats, thank you for pointing that out. I am shocked that I have missed that. I figured out how: it’s because there is no corresponding variable in SHOW VARIABLES, and the behavior can’t be controlled at runtime, which is how I usually look to set it. I’ll file a feature request for this, and stand corrected :)

]]>
By: Mats Kindahl http://www.xaprb.com/blog/2011/02/08/building-a-mysql-server-with-xtradb-for-speed/#comment-19134 Mats Kindahl Thu, 10 Feb 2011 11:15:22 +0000 http://www.xaprb.com/blog/?p=2182#comment-19134 I’m sure what other features you are thinking about, but queries executed by the slave threads are logged to the slow log if you use option –log-slow-slave-statements. It’s been in 5.1 since about a year ago, and in 5.5 since two years ago.

]]>
By: Xaprb http://www.xaprb.com/blog/2011/02/08/building-a-mysql-server-with-xtradb-for-speed/#comment-19128 Xaprb Tue, 08 Feb 2011 19:59:51 +0000 http://www.xaprb.com/blog/?p=2182#comment-19128 Yes. http://www.percona.com/docs/wiki/repositories:start

]]>
By: dp http://www.xaprb.com/blog/2011/02/08/building-a-mysql-server-with-xtradb-for-speed/#comment-19127 dp Tue, 08 Feb 2011 19:57:00 +0000 http://www.xaprb.com/blog/?p=2182#comment-19127 Is there an apt repo for Percona Server for Debian? That would be helpful…

]]>