An error occurred fetching the project authors.
  1. 13 Jan, 2006 1 commit
    • unknown's avatar
      BUG#11331 "Warning: could not add log destination" message does not provide enough info · 5291e47c
      unknown authored
      Implement error reporting to Logger and associated classes.
      
      
      ndb/include/logger/LogHandler.hpp:
        Add error string to LogHandler along with error code
      ndb/include/logger/Logger.hpp:
        Add reporting back of error to addHandler(BaseString).
      ndb/src/common/logger/FileLogHandler.cpp:
        Implement error reporting
      ndb/src/common/logger/LogHandler.cpp:
        Implement error reporting.
        
        Trim spaces and tabs out of parameter names. This allows "p=v, param=value"
      ndb/src/common/logger/Logger.cpp:
        Report back errors when adding a handler via BaseString
      ndb/src/common/logger/SysLogHandler.cpp:
        Report an error on invalid syslog facility
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Report error when adding log handler
      5291e47c
  2. 28 Jul, 2005 1 commit
    • unknown's avatar
      Fixed compiler warnings · 9036db20
      unknown authored
      client/mysqldump.c:
        Fixed wrong argument to printf()
      client/mysqltest.c:
        Fixed compiler warning
      myisam/ft_boolean_search.c:
        Fixed compiler warning
      myisammrg/myrg_static.c:
        Fixed compiler warning
      mysql-test/r/rpl_drop_temp.result:
        Drop used database
      mysql-test/t/rpl_drop_temp.test:
        Drop used database
      ndb/src/common/logger/LogHandler.cpp:
        Fixed compiler warning
      sql/field.cc:
        Fixed compiler warning
      sql/ha_ndbcluster.cc:
        Fixed compiler warning
      sql/sql_base.cc:
        Fixed compiler warning
      tests/mysql_client_test.c:
        Fixed compiler warning
      9036db20
  3. 14 Jul, 2005 1 commit
    • unknown's avatar
      misc (memleak) fixes: · e599c68b
      unknown authored
          added using ndb_end and showing mem allocation stat at exit
          added init of variable
          added destruction of LocalConfig to still memleak
          added delete of theFacade on exit
          stopSessions(true) on socket server to ensure destuction of threads
          added destruction of arbit manager thread
          added true option to stopSessions in transporter facade to ensure destructions of threads
      
      
      ndb/include/util/ndb_opts.h:
        added using ndb_end and showing mem allocation stat at exit
      ndb/src/common/logger/LogHandler.cpp:
        added init of variable
      ndb/src/mgmapi/mgmapi.cpp:
        added destruction of LocalConfig to still memleak
        debug printouts
      ndb/src/mgmclient/main.cpp:
        added using ndb_end and showing mem allocation stat at exit
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        added delete of theFacade on exit
        removed area51
        added debug prints
      ndb/src/mgmsrv/main.cpp:
        added using ndb_end and showing mem allocation stat at exit
        moved glob struct to heap to enable ndb_end usage
        moved options out of glob struct
        stopSessions(true) on socket server to ensure destuction of threads
      ndb/src/ndbapi/ClusterMgr.cpp:
        added destruction of arbit manager thread
        debug printouts
      ndb/src/ndbapi/TransporterFacade.cpp:
        added true option to stopSessions in transporter facade to ensure destructions of threads
        + debug prints
      e599c68b
  4. 23 Feb, 2005 1 commit
    • unknown's avatar
      removed printout "- Repeated 1 times" · 1c2fba1a
      unknown authored
         make sure transporter connections are close early in shutdown
      
      
      ndb/src/common/logger/LogHandler.cpp:
        removed printout "- Repeated 1 times"
      ndb/src/kernel/main.cpp:
        make sure transporter connections are close early in shutdown
      ndb/src/kernel/vm/Emulator.cpp:
        make sure transporter connections are close early in shutdown
      ndb/src/kernel/vm/Emulator.hpp:
        make sure transporter connections are close early in shutdown
      1c2fba1a
  5. 22 Dec, 2004 2 commits
  6. 25 Nov, 2004 1 commit
    • unknown's avatar
      ndb/src/common/logger/LogHandler.cpp · 93118f79
      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
      93118f79
  7. 21 Oct, 2004 1 commit
  8. 07 May, 2004 1 commit
    • unknown's avatar
      more removing of "system" files and introducing ndb_global/my_global · b36f1784
      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
      b36f1784
  9. 14 Apr, 2004 1 commit