An error occurred fetching the project authors.
  1. 25 Nov, 2004 1 commit
    • unknown's avatar
      ndb/src/common/logger/LogHandler.cpp · 45f941cb
      unknown authored
          changed so that error is returned if format is wrong in logger param parsing
      ndb/src/common/logger/Logger.cpp
          some debuf printout added
      ndb/src/mgmsrv/InitConfigFileParser.cpp
          rewrote parsing on parseNameValuePair, was buggy
      
      
      ndb/src/common/logger/LogHandler.cpp:
        changed so that error is returned if format is wrong in logger param parsing
      ndb/src/common/logger/Logger.cpp:
        some debuf printout added
      ndb/src/mgmsrv/InitConfigFileParser.cpp:
        rewrote parsing on parseNameValuePair, was buggy
      45f941cb
  2. 21 Oct, 2004 1 commit
  3. 20 Oct, 2004 1 commit
  4. 27 Aug, 2004 1 commit
    • unknown's avatar
      see respective file · 987fc113
      unknown authored
      ndb/src/mgmsrv/InitConfigFileParser.hpp:
        Rename: ndb/src/common/mgmcommon/InitConfigFileParser.hpp -> ndb/src/mgmsrv/InitConfigFileParser.hpp
      ndb/src/mgmsrv/InitConfigFileParser.cpp:
        Rename: ndb/src/common/mgmcommon/InitConfigFileParser.cpp -> ndb/src/mgmsrv/InitConfigFileParser.cpp
      ndb/src/mgmsrv/ConfigInfo.hpp:
        Rename: ndb/src/common/mgmcommon/ConfigInfo.hpp -> ndb/src/mgmsrv/ConfigInfo.hpp
      ndb/src/common/mgmcommon/Makefile.am:
        moved files to mgmsrv
      ndb/src/mgmclient/CommandInterpreter.cpp:
        added shutdown command
      ndb/src/mgmclient/CommandInterpreter.hpp:
        added shutdown command
      ndb/src/mgmsrv/Config.cpp:
        .
      ndb/src/mgmsrv/Config.hpp:
        .
      ndb/src/mgmsrv/ConfigInfo.cpp:
        wait with this
      ndb/src/mgmsrv/Makefile.am:
        moved files to mgmsrv
      ndb/test/include/NdbBackup.hpp:
        backup not necessarily in file system path
      ndb/test/ndbapi/testDict.cpp:
        compile error
      ndb/test/src/NdbBackup.cpp:
        aligned with new config param
      987fc113
  5. 26 Aug, 2004 1 commit
    • unknown's avatar
      ndb cluster config fixes, se respective files · c42ce285
      unknown authored
      mysql-test/ndb/ndb_config_2_node.ini:
        added new config parameter datadir
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        added new config parameter datadir and backup data dir
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        changed verify config so that it can be used by mgmt srvr
      ndb/include/mgmcommon/NdbConfig.h:
        added option to set path for ndb files
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        changed token names for DB, MGM and API
        added config parametsers for datadir and backup data dir
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        changed verify config so that it can be used by mgmt srvr
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        no need anymore to make uppercase
      ndb/src/common/mgmcommon/NdbConfig.c:
        bugfix+
        added method to set datadir
      ndb/src/kernel/Makefile.am:
        added debug libs to ndbd
      ndb/src/kernel/vm/Configuration.cpp:
        added debug libs to ndbd
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        added verify config to mgmt srvr
      ndb/src/mgmsrv/main.cpp:
        .
      c42ce285
  6. 24 Aug, 2004 5 commits
    • unknown's avatar
      ndb config ability/naming changes, see respective file · 9f2b7e91
      unknown authored
      mysql-test/ndb/ndb_config_2_node.ini:
        using new naming capabilities
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        fixes case insensitive
        + removed abort from config handling
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        fixed alias handling
        some requires in config handling
      ndb/src/mgmclient/CommandInterpreter.cpp:
        new printout to reflect new naming in config
      9f2b7e91
    • unknown's avatar
      more aliases in ndb config · b7a13b55
      unknown authored
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        more aliases
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        oops bug
      b7a13b55
    • unknown's avatar
      bug fix · 4cf158b0
      unknown authored
      4cf158b0
    • unknown's avatar
      enables case insensitivity in ndb config file · 45c94a28
      unknown authored
      45c94a28
    • unknown's avatar
      added alias MYSQLD for API · 0639dbbf
      unknown authored
      added choice of : or = in config file
      set case insensitive section names
      
      
      mysql-test/ndb/ndb_config_2_node.ini:
        added alias MYSQLD for API
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        added alias MYSQLD for API
      ndb/src/common/mgmcommon/ConfigInfo.hpp:
        added alias MYSQLD for API
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        added choice of : or = in config file
      0639dbbf
  7. 23 Aug, 2004 1 commit
    • unknown's avatar
      further simplifications of ndb config and aligned usage of mysql datadir in ndb · 1091fe23
      unknown authored
      acinclude.m4:
        added configure switch for ndb base port
      configure.in:
        ndb gcc compile now works with -fno-implicit-templates
      mysql-test/ndb/ndb_config_2_node.ini:
        further simplifications of config, removed need for [COMPUTER] section
      ndb/include/ndb_global.h:
        moved this to configure option
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        changed config to take to take strings instead of ints
      ndb/src/common/mgmcommon/ConfigInfo.hpp:
        changed config to take to take strings instead of ints
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        string to number convert to accept "0x" prefix on numbers
      ndb/src/common/mgmcommon/InitConfigFileParser.hpp:
        movet convert function to public and static
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        define NDB_BASE_PORT now string instead of number
      ndb/src/common/mgmcommon/Makefile.am:
        added mysqld defines in mgmcommon to be able to configure default data dir to be the same as for mysqld
      1091fe23
  8. 17 Jun, 2004 2 commits
  9. 07 Jun, 2004 1 commit
  10. 26 May, 2004 1 commit
  11. 07 May, 2004 1 commit
    • unknown's avatar
      more removing of "system" files and introducing ndb_global/my_global · 551ac8d6
      unknown authored
      BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671:
        Delete: ndb/include/portlib/NdbStdio.h
      BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f:
        Delete: ndb/include/util/NdbString.h
      BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9:
        Delete: ndb/include/portlib/NdbConstant.hpp
      BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985:
        Delete: ndb/include/portlib/NdbUnistd.h
      551ac8d6
  12. 14 Apr, 2004 1 commit