1. 16 Nov, 2004 1 commit
    • unknown's avatar
      wl1744 - ndb on windows · 1f947d4b
      unknown authored
      
      ndb/include/ndb_global.h.in:
        remove defines and put them into basestring
      ndb/src/common/logger/FileLogHandler.cpp:
        fix
      ndb/src/common/logger/Logger.cpp:
        fix
      ndb/src/common/portlib/win32/NdbMutex.c:
        fix
      ndb/src/common/util/basestring_vsnprintf.c:
        fix
      ndb/src/mgmapi/mgmapi.cpp:
        fix
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        fix
      ndb/src/mgmsrv/Services.cpp:
        fix
      ndb/test/ndbapi/Makefile.am:
        fix
      ndb/tools/Makefile.am:
        fix
      1f947d4b
  2. 15 Nov, 2004 2 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 74735b3d
      unknown authored
      into mysql.com:/home/jonas/src/wl1744
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      74735b3d
    • unknown's avatar
      wl1744 - ndb on windows · 8f145e4c
      unknown authored
      
      ndb/config/win-lib.am:
        removed TLS stuff (which I don't know what it is)
      ndb/include/kernel/signaldata/UtilLock.hpp:
        Made stuff public
      ndb/include/ndb_global.h.in:
        better defines for strcasecmp
      ndb/src/common/transporter/Transporter.cpp:
        Use NDB_INVALID_SOCKET
      ndb/src/common/util/SocketClient.cpp:
        Use NDB_INVALID_SOCKET
      ndb/src/kernel/vm/Callback.hpp:
        Move callback into SimulatedBlock as it for some mysterious reason
          otherwise got sizeof()=0 on windows
      ndb/src/kernel/vm/Configuration.cpp:
        Removed extra (bug) semi-colon
      ndb/src/kernel/vm/Mutex.cpp:
        Move callback into SimulatedBlock as it for some mysterious reason
          otherwise got sizeof()=0 on windows
      ndb/src/kernel/vm/Mutex.hpp:
        Move callback into SimulatedBlock as it for some mysterious reason
          otherwise got sizeof()=0 on windows
      ndb/src/kernel/vm/SectionReader.cpp:
        Use correct struct-type
      ndb/src/kernel/vm/SectionReader.hpp:
        Use correct struct-type
      ndb/src/kernel/vm/SimulatedBlock.cpp:
        Move callback into SimulatedBlock as it for some mysterious reason
          otherwise got sizeof()=0 on windows
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        Move callback into SimulatedBlock as it for some mysterious reason
          otherwise got sizeof()=0 on windows
      ndb/src/mgmclient/Makefile.am:
        Add mgm client to windoze
      ndb/test/src/Makefile.am:
        Fix lib
      8f145e4c
  3. 14 Nov, 2004 1 commit
  4. 12 Nov, 2004 24 commits
  5. 11 Nov, 2004 12 commits
    • unknown's avatar
      wl1744 - ndb win port · c87d525f
      unknown authored
      improve ndb_global.h
      
      
      configure.in:
        check for some more includes
      ndb/include/ndb_global.h.in:
        better ndb_global.h.in
      c87d525f
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 26c55034
      unknown authored
      into mysql.com:/home/jonas/src/wl1744
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      26c55034
    • unknown's avatar
      Bug#6123 - GRANT USAGE creates useless mysql.db row · b19eb67f
      unknown authored
        Prevent creation of a row which grants no rights
        Test included
      
      
      mysql-test/r/grant.result:
        Test for Bug#6123
      mysql-test/t/grant.test:
        Test for Bug#6123
      sql/sql_acl.cc:
        Bug#6123
          Prevent creation of useless row
      b19eb67f
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0f0935ef
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
      
      
      0f0935ef
    • unknown's avatar
      mysqldump.c: · 72c53dad
      unknown authored
        Reorder options, revise --hex-blob help string.
      
      
      client/mysqldump.c:
        Reorder options, revise --hex-blob help string.
      72c53dad
    • unknown's avatar
      wl1744 - ndb win-port · f2cbfb80
      unknown authored
      
      ndb/include/ndbapi/NdbDictionary.hpp:
        win-port
      ndb/include/ndbapi/ndb_cluster_connection.hpp:
        win-port
      ndb/include/util/SocketServer.hpp:
        win-port
      ndb/src/common/portlib/win32/NdbCondition.c:
        win-port
      ndb/src/common/portlib/win32/NdbEnv.c:
        win-port
      ndb/src/common/portlib/win32/NdbHost.c:
        win-port
      ndb/src/common/portlib/win32/NdbMem.c:
        win-port
      ndb/src/common/portlib/win32/NdbMutex.c:
        win-port
      ndb/src/common/portlib/win32/NdbSleep.c:
        win-port
      ndb/src/common/portlib/win32/NdbTCP.c:
        win-port
      ndb/src/common/portlib/win32/NdbThread.c:
        win-port
      ndb/src/common/portlib/win32/NdbTick.c:
        win-port
      ndb/src/common/util/File.cpp:
        win-port
      ndb/src/mgmsrv/ConfigInfo.cpp:
        win-port
      ndb/src/mgmsrv/InitConfigFileParser.cpp:
        win-port
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        win-port
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        win-port
      ndb/src/mgmsrv/Services.cpp:
        win-port
      ndb/src/mgmsrv/Services.hpp:
        win-port
      ndb/src/mgmsrv/SignalQueue.hpp:
        win-port
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        win-port
      ndb/test/src/NdbRestarts.cpp:
        win-port
      f2cbfb80
    • unknown's avatar
      mi_write: fix for ft2 when found word (in the tree) has different length as the word to insert · 9ae3dde8
      unknown authored
      
      myisam/mi_check.c:
        one more correctness check for CHECK of fulltext indexes
      9ae3dde8
    • unknown's avatar
      wl1744 - ndb on windoze · 44af4e4a
      unknown authored
      
      ndb/Makefile.am:
        ndb-windows
      ndb/src/Makefile.am:
        ndb-windows
      ndb/src/common/debugger/Makefile.am:
        ndb-windows
      ndb/src/common/debugger/signaldata/Makefile.am:
        ndb-windows
      ndb/src/common/logger/Makefile.am:
        ndb-windows
      ndb/src/common/mgmcommon/Makefile.am:
        ndb-windows
      ndb/src/common/portlib/Makefile.am:
        ndb-windows
      ndb/src/common/transporter/Makefile.am:
        ndb-windows
      ndb/src/common/util/File.cpp:
        ndb-windows
      ndb/src/common/util/Makefile.am:
        ndb-windows
      ndb/src/cw/cpcd/Makefile.am:
        ndb-windows
      ndb/src/kernel/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/backup/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/backup/restore/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/cmvmi/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbacc/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbdict/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbdih/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dblqh/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbtc/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbtup/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbtux/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/dbutil/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/grep/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/ndbcntr/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/ndbfs/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/qmgr/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/suma/Makefile.am:
        ndb-windows
      ndb/src/kernel/blocks/trix/Makefile.am:
        ndb-windows
      ndb/src/kernel/error/Makefile.am:
        ndb-windows
      ndb/src/kernel/vm/Makefile.am:
        ndb-windows
      ndb/src/mgmapi/Makefile.am:
        ndb-windows
      ndb/src/mgmsrv/InitConfigFileParser.cpp:
        ndb-windows
      ndb/src/mgmsrv/Makefile.am:
        ndb-windows
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        ndb-windows
      ndb/src/ndbapi/Makefile.am:
        ndb-windows
      ndb/src/ndbapi/ndberror.c:
        ndb-windows
      ndb/test/include/NdbSchemaOp.hpp:
        ndb-windows
      ndb/test/run-test/Makefile.am:
        ndb-windows
      ndb/test/src/CpcClient.cpp:
        ndb-windows
      ndb/test/src/Makefile.am:
        ndb-windows
      ndb/test/src/NdbRestarter.cpp:
        ndb-windows
      ndb/test/src/getarg.c:
        ndb-windows
      44af4e4a
    • unknown's avatar
      trx0purge.c: · 946f042d
      unknown authored
        Remove duplicated innodb max purge lag code
      
      
      innobase/trx/trx0purge.c:
        Remove duplicated innodb max purge lag code
      946f042d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 3afd8e79
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug6469
      
      
      sql/sql_yacc.yy:
        Auto merged
      3afd8e79
    • unknown's avatar
      Merge pcgem.rdg.cyberkinetica.com:/mnt/staff/repositories/mysql-4.1 · e4a0b794
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug6469
      
      
      sql/sql_yacc.yy:
        Auto merged
      e4a0b794
    • unknown's avatar
      ndb_test_platform.cpp: · df6f0988
      unknown authored
        better printouts in ndb_test_platform
      
      
      ndb/tools/ndb_test_platform.cpp:
        better printouts in ndb_test_platform
      df6f0988