1. 22 Apr, 2005 3 commits
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · c795511c
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      c795511c
    • unknown's avatar
      Fixed BUG#9004: Inconsistent behaviour of SP re. warnings · 83a8ee38
      unknown authored
      
      mysql-test/r/sp.result:
        New test case for BUG#9004.
        Also updated some other results, since formerly "invisible" (but correct)
        warnings now are visible.
      mysql-test/t/sp.test:
        New test case for BUG#9004.
      sql/sql_error.cc:
        Don't reset warnings while executing a stored routine.
      sql/sql_parse.cc:
        Don't reset warnings while executing a stored routine.
      83a8ee38
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 279880c2
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0-bg9486
      
      
      sql/sp_head.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      279880c2
  2. 21 Apr, 2005 30 commits
  3. 20 Apr, 2005 7 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 714aa10a
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      ndb/test/ndbapi/Makefile.am:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      714aa10a
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · 2e33f4e2
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      sql/sql_select.cc:
        Auto merged
      2e33f4e2
    • unknown's avatar
      Fix for BUG#10037 · a52359e0
      unknown authored
      * Add 0.01 to cost of 'range'+'using index' scan to avoid optimizer choice races with 
        'index' scan.
      
      
      mysql-test/r/range.result:
        Update the test result after the changed cost
      sql/opt_range.cc:
        Fix for BUG#10037
        * Add 0.01 to cost of 'range'+'using index' scan to avoid optimizer choice races with 
          'index' scan.
        * make QUICK_GROUP_MIN_MAX_SELECT handle the case where the source table is empty.
      a52359e0
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · dafae914
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      ndb/test/ndbapi/Makefile.am:
        Auto merged
      dafae914
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6b645d30
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      6b645d30
    • unknown's avatar
      Bug#9775 - Stored procedures: crash if create function that returns enum or set · de8a3b31
      unknown authored
        Fix bug and implement return type casting.
      
      
      mysql-test/r/sp.result:
        Bug#9775
          Test for bug + feature
        Fix previous tests
      mysql-test/t/sp.test:
        Bug#9775
          Test for bug + feature
        Fix previous tests
      sql/item_func.cc:
        Bug#9775
          new method Item_func_sp::execute(Field **)
          some optimizations.
      sql/item_func.h:
        Bug#9775
          results for Item_func_sp pass through a Field of the return type.
          new method Item_func_sp::execute(Field **)
      sql/sp_head.cc:
        Bug#9775
          missing initialiation for type_lengths in sp_head::create_typelib()
      de8a3b31
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 241bedad
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      241bedad