1. 22 Apr, 2005 4 commits
  2. 18 Apr, 2005 3 commits
  3. 14 Apr, 2005 6 commits
    • joreland@mysql.com's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 6799266b
      joreland@mysql.com authored
      into mysql.com:/home/jonas/src/mysql-5.0
      6799266b
    • joreland@mysql.com's avatar
      BUG#9891 - ndb lcp · 27f7a6c4
      joreland@mysql.com authored
      Crash if ACC_CONTOPREQ was sent while ACC_LCPCONF was in job buffer
        if ACC_LCPCONF would have arrived eariler (before TUP_LCPSTARTED)
        operations could lockup. 
        But would be restarted on next LCP
      
      -- LQH
      1) Better check for LCP started that will also return true
         if ACC or TUP already has completed
          
      2) Remove incorrect if statement that prevented operations to
         be started if ACC has completed
      
      -- ACC
      Make sure all ACC_CONTOPCONF are sent before releasing lcp record
        i.e. use noOfLcpConf == 4 (2 ACC_LCPCONF + 2 ACC_CONTOPCONF)
      
      Check for == 4 also when sending ACC_CONTOPCONF
      27f7a6c4
    • joreland@mysql.com's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 5ffca20d
      joreland@mysql.com authored
      into mysql.com:/home/jonas/src/mysql-5.0
      5ffca20d
    • heikki@hundin.mysql.fi's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 · d8c1661d
      heikki@hundin.mysql.fi authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      d8c1661d
    • igor@rurik.mysql.com's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · c9ad5e76
      igor@rurik.mysql.com authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      c9ad5e76
    • igor@rurik.mysql.com's avatar
      information_schema.result, information_schema.test: · b622aba1
      igor@rurik.mysql.com authored
        Added a test in connection with the fix for
        bug #6106.
      view.result, view.test:
        Added test cases for bugs #6106/6107.
      sql_show.cc:
        The addition of the case for items of the type REF_ITEM in the
        function uses_only_table_name_fields became necessary after
        the fix for bug #6106.
      sql_base.cc:
        The problem was due to the fact that two different column
        references were glued together though one of them belonged to
        a subquery while another to an outer query. This caused
        eventually a wrong calculation of values for the used_tables
        attribute.
      b622aba1
  4. 13 Apr, 2005 27 commits