~mepsql-committers/mepsql/mysql-5.1-manpages

Viewing all changes in revision 3540.

  • Committer: Jan Wedvik
  • Date: 2011-01-11 11:09:54 UTC
  • Revision ID: jan.wedvik@sun.com-20110111110954-fwj6rsugt2ulywa9
Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' 
to crash mysqld". 
      
handler::pushed_cond was not always properly reset when table objects where
recycled via the table cache.
      
handler::pushed_cond is now set to NULL in handler::ha_reset(). This should 
prevent pushed conditions from (incorrectly) re-apperaring in later queries.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: