1. 07 Mar, 2008 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#34656 - KILL a query = Assertion failed: m_status == DA_ERROR || · 553d70d0
      svoj@mysql.com/june.mysql.com authored
                  m_status == DA_OK
      
      Reading from information_scema.tables or information_schema.columns
      may cause assertion failure in debug builds. This may happen under
      rare circumstances when information_schema fails to get information
      about a table (e.g. when a connection is killed).
      
      This happens because open_normal_and_derived_tables() can return an
      error without setting an error message in THD. But information_schema
      attempts to get an error message from THD unconditionally.
      
      With this fix information_schema attempts to get an error message
      from THD only in case error message is set in THD.
      553d70d0
  2. 29 Feb, 2008 1 commit
  3. 26 Feb, 2008 1 commit
  4. 25 Feb, 2008 1 commit
    • mattiasj@witty.'s avatar
      Post push fix · 2e3ed6a2
      mattiasj@witty. authored
      Fixed a missed case in the patch for Bug#31931.
      Also makes Bug#33722 a duplicate of Bug#31931.
      Added tests for better coverage.
      Replaced some legacy function calls.
      2e3ed6a2
  5. 24 Feb, 2008 4 commits
  6. 21 Feb, 2008 3 commits
  7. 20 Feb, 2008 2 commits
  8. 19 Feb, 2008 5 commits
  9. 16 Feb, 2008 1 commit
  10. 15 Feb, 2008 5 commits
  11. 14 Feb, 2008 13 commits
  12. 13 Feb, 2008 3 commits