~drizzle-trunk/drizzle/development

  • Committer: Lee Bieber
  • Date: 2009-10-20 20:39:01 UTC
  • Revision ID: lbieber@dhcp-umpk18-111-94.sfbay.sun.com-20091020203901-wmeq850fgv7iiqff
Add test case for MySQL BUG #42742: crash in setup_sj_materialization, Copy_field::set
If a semi-join strategy covers certain [first_table; last_table] range in join order, do reset the sj_strategy member for all tables within the range, except the first one.  Failure to do so caused EXPLAIN/execution code to try applying two strategies at once which would cause all kinds of undesired effects. 
Filename Latest Rev Last Changed Committer Comment Size
..
key_field.cc 1108.6.57 15 years ago Padraig O'Sullivan Made all members of the KeyUse class private and p 22.5 KB Diff Download File
key_field.h 1108.6.55 15 years ago Padraig O'Sullivan Made all data members of the KeyField class privat 8.1 KB Diff Download File
key_use.h 1108.6.58 15 years ago Padraig O'Sullivan Small formatting changes. 3.5 KB Diff Download File
position.h 1108.6.52 15 years ago Padraig O'Sullivan Added a copy constructor and assignment operator t 4.4 KB Diff Download File
sargable_param.h 1108.6.51 15 years ago Padraig O'Sullivan Added a copy constructor and assignment operator t 2.8 KB Diff Download File