1. 21 Mar, 2005 5 commits
  2. 20 Mar, 2005 2 commits
    • dlenev@brandersnatch.localdomain's avatar
      Fix for spurious failures of sp.test on many platforms (aka Bug #9161 · c87912c8
      dlenev@brandersnatch.localdomain authored
      "Warnings on 'drop procedure' platform-specific").
      
      In mysqltest we should not issue "SHOW WARNINGS" until we have not 
      read results from all statements in multi-statement.
      
      Otherwise such "SHOW WARNINGS" will either cause "Packets out of order"
      error and thus will ruin current connection (but we may not notice this as
      it happened in sp.test because we ignore errors from such auxilary
      SHOW WARNINGS and use auto-reconnecting connections) or will
      succeed but consume first packet from next statement in multi-statement
      sequence (this happens if "SHOW WARNINGS" is issued when this packet
      is already received by client. Packet is thrown away by net_clear()
      call which is issued when "SHOW WARNINGS" is sent to server).
      
      In our case sp.test failed because usually we had first situation
      but sometimes second situation occured causing warning to pop-up.
      c87912c8
    • joerg@mysql.com's avatar
  3. 19 Mar, 2005 5 commits
  4. 18 Mar, 2005 6 commits
  5. 17 Mar, 2005 21 commits
  6. 16 Mar, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      olap.result, olap.test: · 45ba1388
      igor@rurik.mysql.com authored
        Added a test for bug #8615.
      sql_select.cc:
        Fixed bug #8615.
        This fix only removed the cause of the reported crash.
        It does not resolve other problems of rollup queries
        with DISTINCT. They were fixed in the previous patch 
        for bug 8616.
      45ba1388