1. 25 Jun, 2003 1 commit
  2. 21 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      Proposed fix for #674 · f0f92fe4
      hf@deer.(none) authored
      This crash happens in rather exotic case when we try to run 
      SELECT DISTINCT some_func(SUM(some_field)) GROUP BY another_field;
      on a table with single row.
      Optimizer marks this table as const, sets group=NULL (with remove_const)
      thus, create_tmp_table makes mistake collecting columns for temporary table
      and then crashes because the field_count gets less than hidden_columns_count.
      f0f92fe4
  3. 20 Jun, 2003 5 commits
  4. 19 Jun, 2003 2 commits
  5. 18 Jun, 2003 6 commits
  6. 17 Jun, 2003 4 commits
  7. 16 Jun, 2003 4 commits
  8. 15 Jun, 2003 4 commits
  9. 14 Jun, 2003 4 commits
  10. 13 Jun, 2003 1 commit
  11. 12 Jun, 2003 8 commits