Drizzle | 2010-05-13
Now Recording Drizzle Contributor TutorialHi all! I was swamped with registrations for the online contributor tutorial for Drizzle, and so I’ve bumped up my account to a DimDim Pro account. This means two things: […]
<< the art of sql >>
Drizzle | 2010-05-13
Now Recording Drizzle Contributor TutorialHi all! I was swamped with registrations for the online contributor tutorial for Drizzle, and so I’ve bumped up my account to a DimDim Pro account. This means two things: […]
C/C++ | 2010-05-11
Signup for Drizzle Contributor Tutorial Webinar – May 15thHi all! I’ll be giving an online webinar for Drizzle contributors on Saturday, May 15th @ 1am GMT (In the U.S. this is Friday, May14th @ 9pm EDT, 6pm PDT). […]
C/C++ | 2010-03-26
Holy Google Summer of Code, BatmanSo, last year, Drizzle participated in the Google Summer of Code under the MySQL project organization. We had four excellent student submissions and myself, Monty Taylor, Eric Day and Stewart […]
C/C++ | 2010-03-17
Understanding Drizzle’s Transaction LogToday I pushed up the initial patch which adds XA support to Drizzle’s transaction log. So, to give myself a bit of a rest from coding, I’m going to blog […]
All | 2010-03-14
O’Gara Cloud Computing Article Off BaseMaureen O’Gara, self-described as “the most read technology reporter for the past 20 years”, has written an article about Drizzle at Rackspace for one of Sys-con’s online zines called Cloud […]
C/C++ | 2010-03-13
Recent Work on Improving Drizzle’s Storage Engine APIOver the past six weeks or so, I have been working on cleaning up the pluggable storage engine API in Drizzle. I’d like to describe some of this work and […]
Drizzle | 2010-03-11
A Follow Up on the SQL PuzzleOr…What the Heck is Wrong with CREATE TABLE IF NOT EXISTS … SELECT? So, earlier this week, I blogged about an SQL puzzle that had come up in my current […]
All | 2010-03-08
An SQL Puzzle?Dear Lazy Web, What should the result of the SELECT be below? Assume InnoDB for all storage engines. CREATE TABLE t1 (a INT, b INT); INSERT INTO t1 VALUES (1,1),(1,2); […]
C/C++ | 2010-03-08
Happiness is a Warm CloudAlthough a few folks knew about where I and many of the Sun Drizzle team had ended up, we’ve waited until today to “officially” tell folks what’s up. We — […]
Drizzle | 2010-01-06
Describing Drizzle’s Development ProcessYesterday, I was working on a survey that Selena Deckelmann put together for open source databases. She will be presenting the results at Linux.conf.au this month. One of the questions […]