Showing entries 25973 to 25982 of 44105
« 10 Newer Entries | 10 Older Entries »
Advancing MySQL Open Development One Important Step Forward

Giuseppe Maxia writes about the availability of the active development/test ("pushbuild") MySQL binaries for users—on multiple platforms.

This is a wonderful step forward in bringing greater openness to current MySQL development and in bringing greater value to the MySQL user community!  

Advancing MySQL Open Development One Important Step Forward

Giuseppe Maxia writes about the availability of the active development/test ("pushbuild") MySQL binaries for users—on multiple platforms.

This is a wonderful step forward in bringing greater openness to current MySQL development and in bringing greater value to the MySQL user community!  

Discussing High Availability with a Puppet

Last month at OSCON I had the pleasure of discussing High Availability and Open HA Cluster with "Jack Adams." Here's the video for your viewing pleasure:

Nick Solter
Solaris Cluster / Open HA Cluster developer and author of OpenSolaris Bible

At the Drizzle Developers Conference

The Drizzle Developers,
hard at work


DSC_0129, originally uploaded by krow.



The Drizzle Developers,
hard at work,
thinking about Burning Man


DSC_0130, originally uploaded by krow.

Server Team 20090818 meeting minutes


Here are the minutes of the meeting. They can also be found online
with the irc logs here.

Asterisk

jmdault reported he had built all packages relevant to the Asterisk stack in his PPA. This update would bring Asterisk to the latest version: 1.6. Testing is welcome.

ACTION: jmdault to ask sponsorship for pwlib -> openh323 -> dahdi* -> asterisk* packages

Update Ebox to 1.3

foolano stated that packages were already in a PPA and debdiffs had been attached to bugs.

ACTION: zul to review ebox 1.3 packages

SRU weekly review

mathiaz added the list of nominated bugs relevant to packages interesting to the ubuntu-server team to the list of bugs fixed during last week. Both lists were …

[Read more]
Barton George interview with me from Open Source World Last Week



A link to the interview information: http://bartongeorge.net/2009/08/18/brain-aker-discusses-drizzle-db-for-the-cloud/

Oh... and I love the look on my face :)

Discussing High Availability with a Puppet

Last month at OSCON I had the pleasure of discussing High Availability and Open HA Cluster with "Jack Adams." Here's the video for your viewing pleasure:

Nick Solter
Solaris Cluster / Open HA Cluster developer and author of OpenSolaris Bible

Discussing High Availability with a Puppet

Last month at OSCON I had the pleasure of discussing High Availability and Open HA Cluster with "Jack Adams." Here's the video for your viewing pleasure:

Nick Solter
Solaris Cluster / Open HA Cluster developer and author of OpenSolaris Bible

MySQL Labs : server snapshots available for download

Users familiar with the MySQL development process will remember that our developers use a tool called pushbuild, which builds the server code with the latest changes, using several operating systems, and runs the test suite.

This tool produces one binary package for each platform where the test runs, and every day there are a few dozen of such packages, waiting to be deleted and replaced by the ones created with the next build.

For long time, several people suggested publishing these binaries for the community. Each time, there was some minor or major impediment, such as getting together different teams and requesting resources from a third one. But the community …

[Read more]
How to find un-indexed queries in MySQL, without using the log

You probably know that it’s possible to set configuration variables to log queries that don’t use indexes to the slow query log in MySQL. This is a good way to find tables that might need indexes.

But what if the slow query log isn’t enabled and you are using (or consulting on) MySQL 5.0 or earlier, where it can’t be enabled on the fly unless you’re using a patched server such as Percona’s enhanced builds? You can still capture these queries.

The key is knowing what it really means for a query to “not use an index.” There are two conditions that trigger this — not using an index at all, or not using a “good” index. Both of these set a bit. If either bit is set, the query is captured by the filter and logged. Both of these bits also …

[Read more]
Showing entries 25973 to 25982 of 44105
« 10 Newer Entries | 10 Older Entries »