Drizzle | 2009-11-18
Macro Support in new Drizzle Client Console?Hi all! I’ve been reading through the requested features for the new client on the wiki here: Proposed Client Features BOOTS Console API Design I think all the stuff on […]
<< the art of sql >>
Drizzle | 2009-11-18
Macro Support in new Drizzle Client Console?Hi all! I’ve been reading through the requested features for the new client on the wiki here: Proposed Client Features BOOTS Console API Design I think all the stuff on […]
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 […]
Drizzle | 2009-10-29
A Month of MilestonesI’m finding myself smiling today. I lay in bed last night thinking about a number of milestones that this month marks for me. October 15th marked four months since the […]
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 […]
C/C++ | 2009-10-22
The Deal with REPLACE .. Or Is It UPDATE?Yesterday, I posed a question to the ZanyWeb about what exactly a REPLACE statement does behind the scenes in the storage engine. There were many excellent comments and these comments […]
Drizzle | 2009-10-21
Pop Quiz – What Does REPLACE Do?Hi ZanyWeb. Here’s a pop quiz for you, and the answer may surprise you. The MySQL manual states the following about the REPLACE statement: REPLACE works exactly like INSERT, except […]
C/C++ | 2009-08-14
Drizzle Replication – The CommandReplicator and CommandApplier Plugin APIIMPORTANT: This article is out of date and the replication API has been updated. Please see the follow-up article for the most up to date information! OK, so here is […]