All | 2018-08-10
Project Mulligan’s ArchitectureThis is the second and final part of series describing Project Mulligan, the OpenStack Redo. If you missed the first part go read it. It is about changes I’d make […]
<< the art of sql >>
All | 2018-08-10
Project Mulligan’s ArchitectureThis is the second and final part of series describing Project Mulligan, the OpenStack Redo. If you missed the first part go read it. It is about changes I’d make […]
All | 2018-08-10
Project Mulligan – OpenStack RedoJess Frazelle’s tweet recently got me thinking. 1 What if I could go back and undo basically the last eight years and remake OpenStack (whatever “OpenStack” has come to entail)? […]
Articles | 2014-01-23
Understanding the OpenStack CI SystemThis post describes in detail the upstream OpenStack continuous integration platform. In the process, I’ll be describing the code flow in the upstream system — from the time the contributor […]
Articles | 2008-10-02
Character Sets, Collations and the JörmungandrOne of the (many) ongoing discussions in the Drizzle developer community is the level of support the database server kernel should provide for non-Unicode character set encodings. Actually, when I […]
Articles | 2008-09-10
Enabling and Fixing Drizzle Test CasesWhen Brian began the work on refactoring the MySQL 6.0 Server source code into what has now become the Drizzle Project, a number of code pieces were removed, including some […]
Articles | 2008-08-28
A Contributor’s Guide to Launchpad.net – Part 2 – Code ManagementIn this second part of my Launchpad guidebook series, I’ll be covering the code management and repository features of Launchpad.net. If you missed the first part of my series, go […]
Articles | 2008-08-22
A Contributor’s Guide to Launchpad.net – Part 1 – Getting StartedThis post is the first in a series of articles which serves to highlight the services of the Launchpad platform which hosts the MySQL Server, MySQL Forge, MySQL Sandbox and […]
Articles | 2008-08-21
Getting a Working C/C++ Development Environment for Developing DrizzleThis article explains how to set up a properly functioning C/C++ development environment on Linux. The article is aimed at developers interested in contributing to the Drizzle server project, but […]
Articles | 2006-08-07
MySQL Connection Management in PHP – How (Not) To Do ThingsI’ll warn you right now, this is going to be a long article. More than likely, I’ll put a version of this up on the MySQL developer zone and PHP […]
Articles | 2005-12-08
Managing Many to Many Relationships in MySQL – Part 1Flexible, Scalable Key Mapping Solutions In working to answer questions on the MySQL forums, I’ve noticed a few questions that repeatedly come up on a number of the forum areas. […]