Hi!

OK to push! Thank you!

29.10.2013 12:39, [email protected] пишет:
At file:///home/tsk/mprog/src/5.3/

------------------------------------------------------------
revno: 3711
revision-id: [email protected]
parent: [email protected]
fixes bug: https://mariadb.atlassian.net/browse/MDEV-5104
committer: [email protected] <[email protected]>
branch nick: 5.3
timestamp: Tue 2013-10-29 12:39:03 +0200
message:
   MDEV-5104 crash in Item_field::used_tables with broken order by
Analysis:
   st_select_lex_unit::prepare() computes can_skip_order_by as TRUE.
   As a result join->prepare() gets called with order == NULL, and
   doesn't do name resolution for the inner ORDER clause. Due to this
   the prepare phase doesn't detect that the query references non-exiting
   function and field.
Later join->optimize() calls update_used_tables() for a non-resolved
   Item_field, which understandably has no Field object. This call results
   in a crash.
Solution:
   Resolve unnecessary ORDER BY clauses to detect if they reference non-exising
   objects. Then remove such clauses from the JOIN object.


_______________________________________________
commits mailing list
[email protected]
https://lists.askmonty.org/cgi-bin/mailman/listinfo/commits


_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to