Archive for March, 2006


MySQL 4.1 and 5.0: Prepared Statement Leaks

by Jeremy Cole on Thursday, March 30th, 2006 at 15:44:49 in MySQL

As it turns out, the memory leaks which I initially blamed on 5.0 also affect 4.1. It’s not stored procedures leaking memory as I initially thought, but server-side prepared statements. The problem was finally worked out by setting useServerPrepStmts=false in the JDBC code, which “fakes” prepared statements on the client side, without any other code changes.

Read MySQL Bug #18300 for more information!

Tips: Hacking MySQL Server

by Jeremy Cole on Saturday, March 18th, 2006 at 02:13:12 in MySQL, Technology

MySQL 5.0: Remarkably Painful

by Jeremy Cole on Thursday, March 16th, 2006 at 16:34:11 in MySQL, Rants, Technology

MySQL 5.1: Partitioning not quite there yet

by Jeremy Cole on Sunday, March 12th, 2006 at 20:00:32 in MySQL

It’s a french word, or something…

by Jeremy Cole on Sunday, March 5th, 2006 at 18:27:58 in General