1. 27 Oct, 2008 2 commits
    • Evgeny Potemkin's avatar
      Corrected fix for the bug#37870. · a0ae0507
      Evgeny Potemkin authored
      a0ae0507
    • Evgeny Potemkin's avatar
      Bug#37870: Usage of uninitialized value caused failed assertion. · 170215e6
      Evgeny Potemkin authored
            
      The convert_constant_item function converts a constant to integer using
      field for condition like 'field = a_constant'. When the convert_constant_item
      is called for a subquery the outer select is already being executed, so
      convert_constant_item saves field's value to prevent its corruption.
      For EXPLAIN field's value isn't initialized thus when convert_constant_item
      tries to restore saved value it fails assertion.
            
      Now the convert_constant_item doesn't save/restore field's value
      for EXPLAIN.
      170215e6
  2. 08 Oct, 2008 1 commit
  3. 07 Oct, 2008 10 commits
  4. 06 Oct, 2008 19 commits
  5. 04 Oct, 2008 2 commits
  6. 03 Oct, 2008 6 commits