1. 24 Feb, 2005 12 commits
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb · 289a49bf
      unknown authored
      into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports
      
      289a49bf
    • unknown's avatar
      Fixes for: use initial mgm connection as transporter connection · 4e701a15
      unknown authored
      
      ndb/include/mgmapi/mgmapi.h:
        ndb_mgm_convert_to_transporter may destroy the handle, now takes a pointer.
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        If outside code is going to manipulate the NdbMgmHandle, allow it to do it
        via a get_mgmHandlePtr() call
      ndb/include/transporter/TransporterRegistry.hpp:
        connect_client and connect_ndb_mgmd may destroy the handle, now they take a pointer.
      ndb/src/common/transporter/TransporterRegistry.cpp:
        When start_service is binding to ports, report back the port numbers.
        
        We need this here now, as we re-use the initial mgm connection as a transporter, which
        is connected *before* start_service has allocated the dynamic port numbers. So the creation
        of this early transporter cannot be used to send the dynamic ports to the mgmd.
        
        We connect to the mgm server (using the handle that will be used in the client_Connect thread)
        if needed. This is thread safe as start_service is only ever called once, before
        the client connect thread starts.
        
        connect_client,connect_ndb_mgmd may destroy the NdbMgmHandle. It now accepts a pointer to it.
      ndb/src/kernel/vm/Configuration.cpp:
        Copy the m_mgmd_host string from the config_retreiver as the NdbMgmHandle in the
        ConfigRetreiver will be destroyed later (along with the host string).
        
        globalTransporterRegistry.connect_client will destroy the mgm handle, use a pointer to the handle.
      ndb/src/kernel/vm/Configuration.hpp:
        allow the dynamic allocation of m_mgmd_host.
      ndb/src/mgmapi/mgmapi.cpp:
        accept a pointer for ndb_mgm_convert_to_transporter as we destroy the handle.
      4e701a15
    • unknown's avatar
      merge · ec5e8bc1
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      include/mysql_com.h:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      ec5e8bc1
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 737d2893
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      737d2893
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 1b7959fe
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      1b7959fe
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1083e571
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      1083e571
    • unknown's avatar
      Added my_mmap to mysys library · f352082a
      unknown authored
      mysys.dsp:
        Added my_mmap
      
      
      VC++Files/mysys/mysys.dsp:
        Added my_mmap
      f352082a
    • unknown's avatar
      More changes to make 5.0.3 compile on Windows · 1dccfae6
      unknown authored
      sql_map.cc:
        moved include of sys/stat outside of HAVE_SYS_MMAN_H define
      my_decimal.h:
        Added define for EMBEDDED_SERVER for call to string2my_decimal
      mi_packrec.c:
        removed cast to caddr_t
      
      
      myisam/mi_packrec.c:
        removed cast to caddr_t
      sql/my_decimal.h:
        Added define for EMBEDDED_SERVER for call to string2my_decimal
      sql/sql_map.cc:
        moved include of sys/stat outside of HAVE_SYS_MMAN_H define
      1dccfae6
    • unknown's avatar
      fixed test results · c36b6c99
      unknown authored
      
      mysql-test/r/rpl_insert_id.result:
        fixed error format after mats merge
      mysql-test/r/sp.result:
        fixed typo
      c36b6c99
    • unknown's avatar
      Merge 51.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/mysql-5.0 · c089bcc8
      unknown authored
      into 51.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-repl-5.0
      
      c089bcc8
    • unknown's avatar
      get time for thread switching · 94358b5d
      unknown authored
      94358b5d
    • unknown's avatar
      fixed typo in test · a6373c2e
      unknown authored
      a6373c2e
  2. 23 Feb, 2005 28 commits