An error occurred fetching the project authors.
  1. 08 Jan, 2006 1 commit
  2. 14 Nov, 2004 1 commit
    • unknown's avatar
      moved ndb_restore together with rest of the ndb tools · bbe9e857
      unknown authored
          kernel includes needed by ndb_restore
          changed link order
          moved LocalConfig to mgmapi
          Moved NdbConfig to Portlib
          mgmapi to use LocalConfig for connectstring parsing instead of it's own
          enable usage of "NULL" connectstring for default
          new ndbmgmclient lib that can be used by e.g. mysqladmin later
          LocalConfig no longer needed here, now in mgmapi
          Send connectstring to mgmapi instead
          added valid connectstring to be with only host without port i.e.
          valid connectstring =host1,host2,host3
          default port will be added
      
      
      ndb/src/common/portlib/NdbConfig.c:
        Rename: ndb/src/common/mgmcommon/NdbConfig.c -> ndb/src/common/portlib/NdbConfig.c
      ndb/include/portlib/NdbConfig.h:
        Rename: ndb/include/mgmcommon/NdbConfig.h -> ndb/include/portlib/NdbConfig.h
      ndb/include/mgmapi/LocalConfig.hpp:
        Rename: ndb/include/mgmcommon/LocalConfig.hpp -> ndb/include/mgmapi/LocalConfig.hpp
      ndb/tools/restore/Makefile.am:
        Rename: ndb/src/kernel/blocks/backup/restore/Makefile.am -> ndb/tools/restore/Makefile.am
      ndb/tools/restore/consumer.cpp:
        Rename: ndb/src/kernel/blocks/backup/restore/consumer.cpp -> ndb/tools/restore/consumer.cpp
      ndb/tools/restore/consumer.hpp:
        Rename: ndb/src/kernel/blocks/backup/restore/consumer.hpp -> ndb/tools/restore/consumer.hpp
      ndb/tools/restore/consumer_printer.hpp:
        Rename: ndb/src/kernel/blocks/backup/restore/consumer_printer.hpp -> ndb/tools/restore/consumer_printer.hpp
      ndb/tools/restore/consumer_printer.cpp:
        Rename: ndb/src/kernel/blocks/backup/restore/consumer_printer.cpp -> ndb/tools/restore/consumer_printer.cpp
      ndb/tools/restore/consumer_restore.hpp:
        Rename: ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp -> ndb/tools/restore/consumer_restore.hpp
      ndb/tools/restore/main.cpp:
        Rename: ndb/src/kernel/blocks/backup/restore/main.cpp -> ndb/tools/restore/main.cpp
      ndb/tools/restore/consumer_restorem.cpp:
        Rename: ndb/src/kernel/blocks/backup/restore/consumer_restorem.cpp -> ndb/tools/restore/consumer_restorem.cpp
      configure.in:
        moved ndb_restore together with rest of the ndb tools
      ndb/config/type_ndbapitools.mk.am:
        kernel includes needed by ndb_restore
      ndb/src/Makefile.am:
        changed link order
      ndb/src/common/mgmcommon/Makefile.am:
        mived LocalConfig to mgmapi
      ndb/src/common/portlib/Makefile.am:
        Moved NdbConfig to Portlib
      ndb/src/kernel/blocks/backup/Makefile.am:
        moved restore together with rest of ndb tools
      ndb/src/mgmapi/LocalConfig.cpp:
        added valid connectstring to be with only host without port i.e.
        valid connectstring =host1,host2,host3
        default port will be added
      ndb/src/mgmapi/Makefile.am:
        LocalConfig part of the libmgmapi
      ndb/src/mgmapi/mgmapi.cpp:
        mgmapi to use LocalConfig for connectstring parsing instead of it's own
      ndb/src/mgmclient/CommandInterpreter.cpp:
        enable usage of "NULL" connectstring for default
      ndb/src/mgmclient/Makefile.am:
        new ndbmgmclient lib that can be used by e.g. mysqladmin later
      ndb/src/mgmclient/main.cpp:
        LocalConfig no longer needed here, now in mgmapi
        Send connectstring to mgmapi instead
      ndb/tools/Makefile.am:
        add ndb_restore to make of tools
      ndb/tools/restore/Restore.cpp:
        moved include BackupFormat and NdbDictionaryImpl to Restore.hpp
      ndb/tools/restore/Restore.hpp:
        moved include BackupFormat and NdbDictionaryImpl to Restore.hpp
      ndb/tools/restore/consumer_restore.cpp:
        moved include BackupFormat and NdbDictionaryImpl to Restore.hpp
      ndb/tools/waiter.cpp:
        LocalConfig moved
      bbe9e857
  3. 11 Nov, 2004 1 commit
    • 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
  4. 09 Nov, 2004 1 commit
  5. 24 Aug, 2004 1 commit
    • unknown's avatar
      SCO unix compile fix · b1a91d21
      unknown authored
      ndb/src/common/portlib/Makefile.am:
        Rename from .c to .cpp as c++ features needed
      ndb/src/common/portlib/NdbTCP.cpp:
        NDB_MUTEX_INITIALIZER isn't preset on SCO unix
      ndb/src/ndbapi/Ndbinit.cpp:
        NDB_MUTEX_INITIALIZER isn't preset on SCO unix
      b1a91d21
  6. 03 Jun, 2004 2 commits
    • unknown's avatar
      ndb make updates · f633f2d4
      unknown authored
      ndb/src/common/portlib/NdbCondition.c:
        Rename: ndb/src/common/portlib/unix/NdbCondition.c -> ndb/src/common/portlib/NdbCondition.c
      ndb/src/common/portlib/NdbDaemon.c:
        Rename: ndb/src/common/portlib/unix/NdbDaemon.c -> ndb/src/common/portlib/NdbDaemon.c
      ndb/src/common/portlib/NdbEnv.c:
        Rename: ndb/src/common/portlib/unix/NdbEnv.c -> ndb/src/common/portlib/NdbEnv.c
      ndb/src/common/portlib/NdbHost.c:
        Rename: ndb/src/common/portlib/unix/NdbHost.c -> ndb/src/common/portlib/NdbHost.c
      ndb/src/common/portlib/NdbMem.c:
        Rename: ndb/src/common/portlib/unix/NdbMem.c -> ndb/src/common/portlib/NdbMem.c
      ndb/src/common/portlib/NdbMutex.c:
        Rename: ndb/src/common/portlib/unix/NdbMutex.c -> ndb/src/common/portlib/NdbMutex.c
      ndb/src/common/portlib/NdbSleep.c:
        Rename: ndb/src/common/portlib/unix/NdbSleep.c -> ndb/src/common/portlib/NdbSleep.c
      ndb/src/common/portlib/NdbTCP.c:
        Rename: ndb/src/common/portlib/unix/NdbTCP.c -> ndb/src/common/portlib/NdbTCP.c
      ndb/src/common/portlib/NdbThread.c:
        Rename: ndb/src/common/portlib/unix/NdbThread.c -> ndb/src/common/portlib/NdbThread.c
      ndb/src/common/portlib/NdbTick.c:
        Rename: ndb/src/common/portlib/unix/NdbTick.c -> ndb/src/common/portlib/NdbTick.c
      BitKeeper/deleted/.del-Makefile.am~4d9c81a4353f3ee8:
        Delete: ndb/src/common/portlib/unix/Makefile.am
      ndb/src/common/portlib/old_dirs/unix/Makefile_old:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/Makefile:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbCondition.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbDaemon.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbEnv.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbHost.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbMem.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbMutex.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbSleep.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbTCP.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbThread.c:
        mvdir
      ndb/src/common/portlib/old_dirs/win32/NdbTick.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/Makefile:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbCondition.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbConditionOSE.h:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbEnv.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbHost.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbMem.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbMem_SoftOse.cpp:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbMutex.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbOut.cpp:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbSleep.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbTCP.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbThread.c:
        mvdir
      ndb/src/common/portlib/old_dirs/ose/NdbTick.c:
        mvdir
      ndb/src/common/portlib/memtest.c:
        Rename: ndb/src/common/portlib/memtest/memtest.c -> ndb/src/common/portlib/memtest.c
      ndb/src/common/portlib/munmaptest.cpp:
        Rename: ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp -> ndb/src/common/portlib/munmaptest.cpp
      ndb/src/common/portlib/mmslist.cpp:
        Rename: ndb/src/common/portlib/mmstest/mmslist.cpp -> ndb/src/common/portlib/mmslist.cpp
      ndb/src/common/portlib/mmstest.cpp:
        Rename: ndb/src/common/portlib/mmstest/mmstest.cpp -> ndb/src/common/portlib/mmstest.cpp
      ndb/src/common/portlib/old_dirs/memtest/Makefile:
        mvdir
      ndb/src/common/portlib/old_dirs/memtest/munmaptest/Makefile:
        mvdir
      ndb/src/common/portlib/NdbPortLibTest.cpp:
        Rename: ndb/src/common/portlib/test/NdbPortLibTest.cpp -> ndb/src/common/portlib/NdbPortLibTest.cpp
      ndb/src/common/portlib/old_dirs/test/Makefile:
        mvdir
      f633f2d4
    • unknown's avatar
      fixes for ndb and make distdir · 54d8f52c
      unknown authored
      54d8f52c
  7. 02 Jun, 2004 1 commit
    • unknown's avatar
      several ndb make changes, see respective file · cf771979
      unknown authored
      ndb/src/kernel/Main.cpp:
        Rename: ndb/src/kernel/ndb-main/Main.cpp -> ndb/src/kernel/Main.cpp
      ndb/src/kernel/SimBlockList.cpp:
        Rename: ndb/src/kernel/ndb-main/SimBlockList.cpp -> ndb/src/kernel/SimBlockList.cpp
      BitKeeper/deleted/.del-Makefile.am~dbb6038d7163a54d:
        Delete: ndb/src/kernel/ndb-main/Makefile.am
      BitKeeper/deleted/.del-Makefile_old~1f37e763ba5d06d0:
        Delete: ndb/src/kernel/ndb-main/Makefile_old
      ndb/old_files/BinDist.sh:
        Rename: ndb/BinDist.sh -> ndb/old_files/BinDist.sh
      ndb/old_files/Defs.mk:
        Rename: ndb/Defs.mk -> ndb/old_files/Defs.mk
      ndb/old_files/Makefile:
        Rename: ndb/Makefile_old -> ndb/old_files/Makefile
      ndb/old_files/SrcDist.sh:
        Rename: ndb/SrcDist.sh -> ndb/old_files/SrcDist.sh
      ndb/old_files/configure:
        Rename: ndb/configure_old -> ndb/old_files/configure
      ndb/old_files/Epilogue.mk:
        Rename: ndb/Epilogue.mk_old -> ndb/old_files/Epilogue.mk
      ndb/config/old_files/Defs.DEBUG.mk:
        Rename: ndb/config/Defs.DEBUG.mk -> ndb/config/old_files/Defs.DEBUG.mk
      ndb/config/old_files/Defs.HPUX.HPPA.GCC.mk:
        Rename: ndb/config/Defs.HPUX.HPPA.GCC.mk -> ndb/config/old_files/Defs.HPUX.HPPA.GCC.mk
      ndb/config/old_files/Defs.IBMAIX.POWERPC.GCC.mk:
        Rename: ndb/config/Defs.IBMAIX.POWERPC.GCC.mk -> ndb/config/old_files/Defs.IBMAIX.POWERPC.GCC.mk
      ndb/config/old_files/Defs.LINUX.x86.GCC.mk:
        Rename: ndb/config/Defs.LINUX.x86.GCC.mk -> ndb/config/old_files/Defs.LINUX.x86.GCC.mk
      ndb/config/old_files/Defs.LINUX.x86.ICC.mk:
        Rename: ndb/config/Defs.LINUX.x86.ICC.mk -> ndb/config/old_files/Defs.LINUX.x86.ICC.mk
      ndb/config/old_files/Defs.LINUX.x86_64.GCC.mk:
        Rename: ndb/config/Defs.LINUX.x86_64.GCC.mk -> ndb/config/old_files/Defs.LINUX.x86_64.GCC.mk
      ndb/config/old_files/Defs.MACOSX.POWERPC.GCC.mk:
        Rename: ndb/config/Defs.MACOSX.POWERPC.GCC.mk -> ndb/config/old_files/Defs.MACOSX.POWERPC.GCC.mk
      ndb/config/old_files/Defs.OSE.PPC750.DIAB.mk:
        Rename: ndb/config/Defs.OSE.PPC750.DIAB.mk -> ndb/config/old_files/Defs.OSE.PPC750.DIAB.mk
      ndb/config/old_files/Defs.RELEASE.mk:
        Rename: ndb/config/Defs.RELEASE.mk -> ndb/config/old_files/Defs.RELEASE.mk
      ndb/config/old_files/Defs.RELEASE_TRACE.mk:
        Rename: ndb/config/Defs.RELEASE_TRACE.mk -> ndb/config/old_files/Defs.RELEASE_TRACE.mk
      ndb/config/old_files/Defs.SIMCELLO.SOFTOSE.GCC.mk:
        Rename: ndb/config/Defs.SIMCELLO.SOFTOSE.GCC.mk -> ndb/config/old_files/Defs.SIMCELLO.SOFTOSE.GCC.mk
      ndb/config/old_files/Defs.SOFTOSE.SPARC.GCC.mk:
        Rename: ndb/config/Defs.SOFTOSE.SPARC.GCC.mk -> ndb/config/old_files/Defs.SOFTOSE.SPARC.GCC.mk
      ndb/config/old_files/Defs.SOLARIS.SPARC.FORTE6.mk:
        Rename: ndb/config/Defs.SOLARIS.SPARC.FORTE6.mk -> ndb/config/old_files/Defs.SOLARIS.SPARC.FORTE6.mk
      ndb/config/old_files/Defs.SOLARIS.SPARC.GCC.mk:
        Rename: ndb/config/Defs.SOLARIS.SPARC.GCC.mk -> ndb/config/old_files/Defs.SOLARIS.SPARC.GCC.mk
      ndb/config/old_files/Defs.SOLARIS.SPARC_64.GCC.mk:
        Rename: ndb/config/Defs.SOLARIS.SPARC_64.GCC.mk -> ndb/config/old_files/Defs.SOLARIS.SPARC_64.GCC.mk
      ndb/config/old_files/Defs.SOLARIS6.SPARC.GCC.mk:
        Rename: ndb/config/Defs.SOLARIS6.SPARC.GCC.mk -> ndb/config/old_files/Defs.SOLARIS6.SPARC.GCC.mk
      ndb/config/old_files/Defs.TRU64X.ALPHA.GCC.mk:
        Rename: ndb/config/Defs.TRU64X.ALPHA.GCC.mk -> ndb/config/old_files/Defs.TRU64X.ALPHA.GCC.mk
      ndb/config/old_files/Defs.WIN32.x86.VC7.mk:
        Rename: ndb/config/Defs.WIN32.x86.VC7.mk -> ndb/config/old_files/Defs.WIN32.x86.VC7.mk
      ndb/config/old_files/acinclude.m4:
        Rename: ndb/config/acinclude.m4 -> ndb/config/old_files/acinclude.m4
      ndb/config/old_files/Makefile.am:
        Rename: ndb/config/Makefile.am_old -> ndb/config/old_files/Makefile.am
      ndb/config/old_files/GuessConfig.sh:
        Rename: ndb/config/GuessConfig.sh_old -> ndb/config/old_files/GuessConfig.sh
      ndb/config/old_files/configure.in:
        Rename: ndb/config/configure.in -> ndb/config/old_files/configure.in
      ndb/config/old_files/config.h.in:
        Rename: ndb/config/config.h.in -> ndb/config/old_files/config.h.in
      ndb/old_files/README:
        Rename: ndb/README -> ndb/old_files/README
      ndb/old_files/mysqlclusterenv.sh:
        Rename: ndb/mysqlclusterenv.sh -> ndb/old_files/mysqlclusterenv.sh
      ndb/old_files/env.sh:
        Rename: ndb/env.sh -> ndb/old_files/env.sh
      BitKeeper/deleted/.del-Makefile~650473b0dabb331b:
        Delete: ndb/src/scripts/Makefile
      ndb/src/old_files/ndbbaseclient/Makefile:
        mvdir
      ndb/src/old_files/ndbbaseclient/ndbbaseclient_dummy.cpp:
        mvdir
      ndb/src/old_files/ndbclient/Makefile:
        mvdir
      ndb/src/old_files/ndbclient/ndbclient_dummy.cpp:
        mvdir
      ndb/src/old_files/Makefile:
        Rename: ndb/src/Makefile_old -> ndb/src/old_files/Makefile
      acinclude.m4:
        added ndb configure options
      configure.in:
        moved lots of stuff for ndb over to Makefile.ams and added some config opt for ndb
      mysql-test/ndb/install_ndbcluster.sh:
        adopt to new ndb install
      mysql-test/ndb/stop_ndbcluster.sh:
        adopt to new ndb install
      ndb/Makefile.am:
        moved some things to include/Makefile.am
      ndb/config/common.mk.am:
        moved some things from configure.in
      ndb/config/type_kernel.mk.am:
        moved some things from configure.in
      ndb/config/type_mgmapiclient.mk.am:
        moved some things from configure.in
      ndb/config/type_ndbapi.mk.am:
        moved some things from configure.in
      ndb/config/type_ndbapiclient.mk.am:
        moved some things from configure.in
      ndb/config/type_ndbapitest.mk.am:
        moved some things from configure.in
      ndb/config/type_ndbapitools.mk.am:
        moved some things from configure.in
      ndb/config/type_util.mk.am:
        moved some things from configure.in
      ndb/src/Makefile.am:
        .
      ndb/src/common/portlib/Makefile.am:
        fix for make distdir
      ndb/src/cw/cpcd/Makefile.am:
        added configurable ldflags
      ndb/src/kernel/Makefile.am:
        moved up ndb-main one level
      ndb/src/kernel/blocks/backup/restore/Makefile.am:
        added configurable ldflags
      ndb/src/kernel/blocks/suma/Makefile.am:
        fixed error
      ndb/src/kernel/error/Makefile.am:
        fix error
      ndb/src/kernel/vm/Makefile.am:
        fix error
      ndb/src/mgmapi/Makefile.am:
        removed libMGM_API
      ndb/src/mgmclient/Makefile.am:
        added configurable ldflags
      ndb/src/mgmsrv/Makefile.am:
        added configurable ldflags
      ndb/src/ndbapi/Makefile.am:
        removed libNDB_API
      ndb/test/Makefile.am:
        added optional build of ndbapi tests
      ndb/tools/Makefile.am:
        added configurable ldflags
      ndb/include/Makefile.am:
        fixed missing .h files in make distdir
      scripts/make_binary_distribution.sh:
        updated for ndb and new make
      cf771979
  8. 25 May, 2004 1 commit
    • unknown's avatar
      Intermediary commit: Removed some old Makefiles and introduces Makefile.am · f799dca8
      unknown authored
      ndb/src/Makefile_old:
        Rename: ndb/src/Makefile -> ndb/src/Makefile_old
      ndb/src/common/Makefile_old:
        Rename: ndb/src/common/Makefile -> ndb/src/common/Makefile_old
      ndb/src/common/portlib/Makefile_old:
        Rename: ndb/src/common/portlib/Makefile -> ndb/src/common/portlib/Makefile_old
      ndb/src/common/portlib/unix/Makefile_old:
        Rename: ndb/src/common/portlib/unix/Makefile -> ndb/src/common/portlib/unix/Makefile_old
      ndb/src/common/debugger/Makefile_old:
        Rename: ndb/src/common/debugger/Makefile -> ndb/src/common/debugger/Makefile_old
      ndb/src/common/logger/Makefile_old:
        Rename: ndb/src/common/logger/Makefile -> ndb/src/common/logger/Makefile_old
      ndb/src/common/util/Makefile_old:
        Rename: ndb/src/common/util/Makefile -> ndb/src/common/util/Makefile_old
      ndb/src/common/mgmcommon/Makefile_old:
        Rename: ndb/src/common/mgmcommon/Makefile -> ndb/src/common/mgmcommon/Makefile_old
      ndb/src/common/transporter/Makefile_old:
        Rename: ndb/src/common/transporter/Makefile -> ndb/src/common/transporter/Makefile_old
      ndb/src/kernel/Makefile_old:
        Rename: ndb/src/kernel/Makefile -> ndb/src/kernel/Makefile_old
      ndb/src/kernel/error/Makefile_old:
        Rename: ndb/src/kernel/error/Makefile -> ndb/src/kernel/error/Makefile_old
      ndb/src/kernel/blocks/Makefile_old:
        Rename: ndb/src/kernel/blocks/Makefile -> ndb/src/kernel/blocks/Makefile_old
      ndb/src/kernel/blocks/cmvmi/Makefile_old:
        Rename: ndb/src/kernel/blocks/cmvmi/Makefile -> ndb/src/kernel/blocks/cmvmi/Makefile_old
      ndb/src/kernel/blocks/dbacc/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbacc/Makefile -> ndb/src/kernel/blocks/dbacc/Makefile_old
      ndb/src/kernel/blocks/dbdict/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbdict/Makefile -> ndb/src/kernel/blocks/dbdict/Makefile_old
      ndb/src/kernel/blocks/dbdih/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbdih/Makefile -> ndb/src/kernel/blocks/dbdih/Makefile_old
      ndb/src/kernel/blocks/dblqh/Makefile_old:
        Rename: ndb/src/kernel/blocks/dblqh/Makefile -> ndb/src/kernel/blocks/dblqh/Makefile_old
      ndb/src/kernel/blocks/dbtc/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbtc/Makefile -> ndb/src/kernel/blocks/dbtc/Makefile_old
      ndb/src/kernel/blocks/dbtup/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbtup/Makefile -> ndb/src/kernel/blocks/dbtup/Makefile_old
      ndb/src/kernel/blocks/ndbfs/Makefile_old:
        Rename: ndb/src/kernel/blocks/ndbfs/Makefile -> ndb/src/kernel/blocks/ndbfs/Makefile_old
      ndb/src/kernel/blocks/ndbcntr/Makefile_old:
        Rename: ndb/src/kernel/blocks/ndbcntr/Makefile -> ndb/src/kernel/blocks/ndbcntr/Makefile_old
      ndb/src/kernel/blocks/qmgr/Makefile_old:
        Rename: ndb/src/kernel/blocks/qmgr/Makefile -> ndb/src/kernel/blocks/qmgr/Makefile_old
      ndb/src/kernel/blocks/trix/Makefile_old:
        Rename: ndb/src/kernel/blocks/trix/Makefile -> ndb/src/kernel/blocks/trix/Makefile_old
      ndb/src/kernel/blocks/backup/Makefile_old:
        Rename: ndb/src/kernel/blocks/backup/Makefile -> ndb/src/kernel/blocks/backup/Makefile_old
      ndb/src/kernel/blocks/dbutil/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbutil/Makefile -> ndb/src/kernel/blocks/dbutil/Makefile_old
      ndb/src/kernel/blocks/suma/Makefile_old:
        Rename: ndb/src/kernel/blocks/suma/Makefile -> ndb/src/kernel/blocks/suma/Makefile_old
      ndb/src/kernel/blocks/grep/Makefile_old:
        Rename: ndb/src/kernel/blocks/grep/Makefile -> ndb/src/kernel/blocks/grep/Makefile_old
      ndb/src/kernel/blocks/dbtux/Makefile_old:
        Rename: ndb/src/kernel/blocks/dbtux/Makefile -> ndb/src/kernel/blocks/dbtux/Makefile_old
      ndb/src/kernel/vm/Makefile_old:
        Rename: ndb/src/kernel/vm/Makefile -> ndb/src/kernel/vm/Makefile_old
      ndb/src/kernel/ndb-main/Makefile_old:
        Rename: ndb/src/kernel/ndb-main/Makefile -> ndb/src/kernel/ndb-main/Makefile_old
      ndb/src/ndbapi/Makefile_old:
        Rename: ndb/src/ndbapi/Makefile -> ndb/src/ndbapi/Makefile_old
      ndb/src/common/debugger/signaldata/Makefile_old:
        Rename: ndb/src/common/debugger/signaldata/Makefile -> ndb/src/common/debugger/signaldata/Makefile_old
      ndb/src/mgmapi/Makefile_old:
        Rename: ndb/src/mgmapi/Makefile -> ndb/src/mgmapi/Makefile_old
      ndb/src/mgmsrv/Makefile_old:
        Rename: ndb/src/mgmsrv/Makefile -> ndb/src/mgmsrv/Makefile_old
      ndb/src/mgmclient/Makefile_old:
        Rename: ndb/src/mgmclient/Makefile -> ndb/src/mgmclient/Makefile_old
      ndb/Makefile_old:
        Rename: ndb/Makefile -> ndb/Makefile_old
      ndb/src/cw/Makefile_old:
        Rename: ndb/src/cw/Makefile -> ndb/src/cw/Makefile_old
      ndb/src/cw/cpcd/Makefile_old:
        Rename: ndb/src/cw/cpcd/Makefile -> ndb/src/cw/cpcd/Makefile_old
      ndb/test/Makefile_old:
        Rename: ndb/test/Makefile -> ndb/test/Makefile_old
      ndb/test/src/Makefile_old:
        Rename: ndb/test/src/Makefile -> ndb/test/src/Makefile_old
      ndb/src/common/editline/Makefile_old:
        Rename: ndb/src/common/editline/Makefile -> ndb/src/common/editline/Makefile_old
      ndb/configure_old:
        Rename: ndb/configure -> ndb/configure_old
      ndb/test/tools/Makefile_old:
        Rename: ndb/test/tools/Makefile -> ndb/test/tools/Makefile_old
      ndb/test/run-test/Makefile_old:
        Rename: ndb/test/run-test/Makefile -> ndb/test/run-test/Makefile_old
      ndb/Epilogue.mk_old:
        Rename: ndb/Epilogue.mk -> ndb/Epilogue.mk_old
      ndb/src/kernel/blocks/backup/restore/Makefile_old:
        Rename: ndb/src/kernel/blocks/backup/restore/Makefile -> ndb/src/kernel/blocks/backup/restore/Makefile_old
      ndb/config/Makefile.am_old:
        Rename: ndb/config/Makefile.am -> ndb/config/Makefile.am_old
      ndb/config/GuessConfig.sh_old:
        Rename: ndb/config/GuessConfig.sh -> ndb/config/GuessConfig.sh_old
      ndb/test/ndbapi/Makefile_old:
        Rename: ndb/test/ndbapi/Makefile.am -> ndb/test/ndbapi/Makefile_old
      ndb/test/ndbapi/flexBench/Makefile_old:
        Rename: ndb/test/ndbapi/flexBench/Makefile.am -> ndb/test/ndbapi/flexBench/Makefile_old
      f799dca8