Merge lp:~kalebral-deactivatedaccount/drizzle-automation/crash-me-query-size into lp:drizzle-automation

Proposed by Lee Bieber
Status: Merged
Approved by: Patrick Crews
Approved revision: 220
Merged at revision: 220
Proposed branch: lp:~kalebral-deactivatedaccount/drizzle-automation/crash-me-query-size
Merge into: lp:drizzle-automation
Diff against target: 11 lines (+0/-1)
1 file modified
drizzle/automation/crashme/run.py (+0/-1)
To merge this branch: bzr merge lp:~kalebral-deactivatedaccount/drizzle-automation/crash-me-query-size
Reviewer Review Type Date Requested Status
Patrick Crews Approve
Review via email: mp+41902@code.launchpad.net

Description of the change

now that we are running DBD::drizzle 3.0.2 we can remove having to set a special value for query_size

To post a comment you must log in.
Revision history for this message
Patrick Crews (patrick-crews) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'drizzle/automation/crashme/run.py'
2--- drizzle/automation/crashme/run.py 2010-11-01 04:06:58 +0000
3+++ drizzle/automation/crashme/run.py 2010-11-25 21:02:03 +0000
4@@ -153,7 +153,6 @@
5 # don't support '+' for concatenation
6 output_file.writelines("func_extra_concat_as_+=no\n")
7 # new boost libraries are causing us to put these limits in, needs investigation
8- output_file.writelines("query_size=1048576\n")
9 output_file.writelines("max_text_size=1048576\n")
10 output_file.writelines("where_string_size=1048576\n")
11 output_file.writelines("select_string_size=1048576\n")

Subscribers

People subscribed via source and target branches

to all changes: