← Back to team overview

maria-developers team mailing list archive

Re: [Commits] Rev 3077: Fixed LP bug #804686. in file:///home/igor/maria/maria-5.3-merge/

 

Hi!

04.07.2011 00:59, Igor Babaev пишет:
At file:///home/igor/maria/maria-5.3-merge/

------------------------------------------------------------
revno: 3077
revision-id: igor@xxxxxxxxxxxx-20110703215901-xmisn92l37tswlw8
parent: monty@xxxxxxxxxxxx-20110702143759-sy79jwmahe66we7g
committer: Igor Babaev<igor@xxxxxxxxxxxx>
branch nick: maria-5.3-merge
timestamp: Sun 2011-07-03 14:59:01 -0700
message:
   Fixed LP bug #804686.
   The assert conditions in the functions Item_direct_ref_to_ident::transform
   and Item_direct_ref_to_ident::compile could be not valid after constant
   propagation when fields and field references may be substituted for constants.
   Not only these invalid asserts have been removed, but the functions containing
   them have been removed as well because now Item_ref::transform and
   Item_ref::compile can be used instead of them.

The patch is OK.