1. 30 Jun, 2003 1 commit
  2. 26 Jun, 2003 5 commits
  3. 25 Jun, 2003 3 commits
  4. 24 Jun, 2003 3 commits
  5. 23 Jun, 2003 9 commits
  6. 22 Jun, 2003 2 commits
  7. 21 Jun, 2003 2 commits
    • guilhem@mysql.com's avatar
      Always send a fake Rotate event (this is roughly 70 bytes) when starting binlog_dump. · 04e5a6ba
      guilhem@mysql.com authored
      This way 3.23.58 slaves will always detect a 4.0.14 master (and stop)
      immediately. BUG#198.
      04e5a6ba
    • 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
  8. 20 Jun, 2003 7 commits
  9. 19 Jun, 2003 3 commits
  10. 18 Jun, 2003 5 commits