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). […]
<< the art of sql >>
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 […]
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 […]
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 — […]
C/C++ | 2009-11-10
Sneak Peek – Drizzle Transaction Log and INFORMATION_SCHEMAI’ve been coding up a storm in the last couple days and have just about completed coding on three new INFORMATION_SCHEMA views which allow anyone to query the new Drizzle […]
C/C++ | 2009-11-04
The Great EscapeThis week, I am working on putting together test cases which validate the Drizzle transaction log‘s handling of BLOB columns. I ran into an interesting set of problems and am […]
C/C++ | 2009-10-27
Drizzle Replication – The Transaction LogIn this installment of my Drizzle Replication blog series, I’ll be talking about the Transaction Log. Before reading this entry, you may want to first read up on the Transaction […]
C/C++ | 2009-10-27
Drizzle Replication – Changes in API to support Group CommitHi all. It’s been quite some time since my last article on the new replication system in Drizzle. My apologies for the delay in publishing the next article in the […]
C/C++ | 2009-10-23
Yet Another Post on REPLACESometimes, as Sergei rightly mentioned, I can be, well, “righteously indignant” about what I perceive to be a hack. In this case, after Sergei repeatedly tried to set me straight […]