1. 06 Mar, 2006 19 commits
  2. 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
  3. 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
  4. 03 Mar, 2006 16 commits