select over 1M characters crashes drizzle

Bug #419350 reported by Lee Bieber
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Critical
Eric Day
Cherry
Fix Released
Critical
Eric Day

Bug Description

When running crash-me which checks for database limits, drizzle crashes when trying to do a select with more than 1M characters. I've temporarily added a limit of 1M so the crash-me test can still run to completion. This limitation also causes other failures during the test run so the following limits are temporarily specified until this bug is fixed:

query_size=1048576
max_text_size=1048576
where_string_size=1048576
select_string_size=1048576

crash-me runs are now on the hudson dashboard at http://gorf.tangent.org/hudson/job/Drizzle-crash-me-staging/

Changed in drizzle:
assignee: nobody → Eric Day (eday)
importance: Undecided → Critical
milestone: none → bell
status: New → Confirmed
Changed in drizzle:
milestone: bell → cherry
Revision history for this message
Eric Day (eday) wrote :

This was actually a bug inside DBD::drizzle, this has been fixed and proposed for merge in that project.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.