Bug #10629 | Resource leakage causes SELECT with BINARY to eventually stop working | ||
---|---|---|---|
Submitted: | 13 May 2005 17:08 | Modified: | 13 May 2005 19:25 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.x | OS: | Linux (FC3 RH9) |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[13 May 2005 17:08]
[ name withheld ]
[13 May 2005 17:33]
Mark Matthews
When you say resource leakage without the "binary", do you mean client-side, or server-side (you don't make it clear. Since you've run this under a profiler, you must have an insight into that)?
[13 May 2005 19:25]
Mark Matthews
How many rows are in this table? I just tried your testcase with the nightly of Connector/J 3.1.x, and MySQL-4.1.11 on FC3 with a _one_ row table, both using a new connection for every round, and using a single connection for the entire test, and almost all queries were on the order of a few ms. over 40,000 tests. This was w/ JDK-1.5.0, btw. Are you using something different?