Failure to detect error in allocating transcation_prealloc_size
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
High
|
fmpwizard |
Bug Description
Two problems with the variables-big.test in the big test suite.
1. Error is not detected when running the command:
set session transaction_
2. Incorrect error message is being produced when running the command:
set session transaction_
Error 1292 Truncated incorrect transaction_
and it should say:
Error 1292 Truncated incorrect transaction_
The big test suite is being run from on Hudson on drizzle-os (OpenSolaris x86) machine, see http://
% diff suite/big/
15c15
< Error 1292 Truncated incorrect transaction_
---
> Warning 1292 Truncated incorrect transaction_
19a20,21
> Warnings:
> Warning 1292 Truncated incorrect transaction_
Related branches
- fmpwizard (community): Needs Resubmitting
- Brian Aker: Needs Information
- Drizzle Developers: Pending requested
-
Diff: 82 lines4 files modifieddrizzled/sql_delete.cc (+10/-0)
drizzled/sql_update.cc (+10/-0)
tests/r/update.result (+2/-0)
tests/t/update.test (+6/-0)
Changed in drizzle: | |
assignee: | nobody → Stewart Smith (stewart-flamingspork) |
importance: | Undecided → High |
milestone: | none → aloha |
status: | New → Confirmed |
Changed in drizzle: | |
milestone: | aloha → bell |
Changed in drizzle: | |
status: | Confirmed → In Progress |
Changed in drizzle: | |
status: | In Progress → Fix Committed |
Changed in drizzle: | |
status: | Fix Committed → Fix Released |
Bug when reported in MySQL http:// lists.mysql. com/commits/ 24309. Looks like we have this fix in our source base