1. 06 Jul, 2006 1 commit
    • konstantin@bodhi.netgear's avatar
      A fix and a test case for Bug#19399 "res 'Lost Connection' when · 8e735d2c
      konstantin@bodhi.netgear authored
      dropping/creating tables".
      
      The bug could lead to a crash when multi-delete statements were
      prepared and used with temporary tables.
      
      The bug was caused by lack of clean-up of multi-delete tables before
      re-execution of a prepared statement. In a statement like
      DELETE t1 FROM t1, t2 WHERE ... the first table list (t1) is
      moved to lex->auxilliary_table_list and excluded from lex->query_tables
      or select_lex->tables. Thus it was unaccessible to reinit_stmt_before_use
      and not cleaned up before re-execution of a prepared statement. 
      8e735d2c
  2. 29 Jun, 2006 1 commit
  3. 28 Jun, 2006 2 commits
  4. 27 Jun, 2006 3 commits
  5. 26 Jun, 2006 4 commits
  6. 23 Jun, 2006 1 commit
    • bar@mysql.com's avatar
      Bug#11228: DESC shows arbitrary column as "PRI" · cfb08851
      bar@mysql.com authored
        An UNIQUE KEY consisting of NOT NULL columns
        was displayed as PRIMARY KEY in "DESC t1".
        According to the code, that was intentional
        behaviour for some reasons unknown to me.
        This code was written before bitkeeper time,
        so I cannot check who and why made this.
        After discussing on dev-public, a decision
        was made to remove this code
      cfb08851
  7. 22 Jun, 2006 2 commits
  8. 21 Jun, 2006 6 commits
  9. 20 Jun, 2006 5 commits
  10. 19 Jun, 2006 10 commits
  11. 18 Jun, 2006 1 commit
  12. 17 Jun, 2006 3 commits
  13. 16 Jun, 2006 1 commit