Improper block_size corrections in new option processing system

Bug #616035 reported by Vijay Samuel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Undecided
Vijay Samuel

Bug Description

The new options processing system does block_size correction as follows:
value/= block_size;
value*= block_size; which Stewart pointed out to be improper and has to be replaced with the following code:

value-= value%block_size;

Related branches

Vijay Samuel (vjsamuel)
Changed in drizzle:
milestone: none → 2010-08-16
Monty Taylor (mordred)
Changed in drizzle:
status: New → Fix Released
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.