1. 09 Mar, 2006 2 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug10656/my50-bug10656 · d478899a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug10656/my51-bug10656
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/sp_trans.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      d478899a
    • unknown's avatar
      Bug#10656 Stored Procedure - Create index and Truncate table command error · 2acff5c3
      unknown authored
       -Add test case
      Move testcase that needs innodb from sp.test => sp_trans.test 
      
      
      mysql-test/r/sp.result:
        Move test cases tyhat requires innodb to sp_trans.test
      mysql-test/r/sp_trans.result:
        Move test cases tyhat requires innodb to sp_trans.test
        Add test case for bug#10656
      mysql-test/t/sp.test:
        Move test cases tyhat requires innodb to sp_trans.test
      mysql-test/t/sp_trans.test:
        Add test case for bug#10656
        Move test cases that require innodb to sp_trans.test
      2acff5c3
  2. 06 Mar, 2006 30 commits
  3. 05 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#17761 blob tables patch 3a [requires next patch 3b] · 572f03cb
      unknown authored
      
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        parse blob table name (temp hack)
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        parse blob table name (temp hack)
      storage/ndb/src/ndbapi/DictCache.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/Ndb.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      572f03cb
  4. 04 Mar, 2006 4 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · baa7cf94
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/5.1-cleanup
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      baa7cf94
    • unknown's avatar
      Remove unused thd->options's flag -- OPTION_UPDATE_LOG · 422d11c2
      unknown authored
      The update log itself was removed back in 5.0. Recommit
      with post-review fixes.
      
      
      sql/log.cc:
        OPTION_UPDATE_LOG was set in all threads but replication ones.
        So, it seems that the check filtered out slow log records from
        replication threads. Now we do it with explicit check.
      sql/mysql_priv.h:
        remove unused define
      sql/mysqld.cc:
        Do not set OPTION_UPDATE_LOG. It is not used anymore.
      sql/set_var.cc:
        We never check for OPTION_UPDATE_LOG. So, we should not bother setting it.
      422d11c2
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f2de9e82
      unknown authored
      into  big_geek.:C:/Work/mysql/mysql-5.1
      
      
      f2de9e82
    • unknown's avatar
      Some cmake script fixes · 8f84c9f9
      unknown authored
      
      win/cmakefiles/client:
        fix dependencies
      win/cmakefiles/libmysql:
        fix dependencies
      win/cmakefiles/regex:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/strings:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/tests:
        fixed dependencies
      win/cmakefiles/vio:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/zlib:
        removed definitions defined here.  They are defined globally
      8f84c9f9
  5. 03 Mar, 2006 3 commits